Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 259 for

axis system

(0.02 sec)
  1. Aspose::Words::Drawing::Charts::ChartFormat cla...

    Aspose::Words::Drawing::Charts::ChartFormat class. Represents the formatting of a chart element. To learn more, visit the documentation article in C++....() const override Is (const System::TypeInfo&) const override...chart formating. auto doc = System :: MakeObject < Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::ShapeBase::get_FlipOrie...

    Aspose::Words::Drawing::ShapeBase::get_FlipOrientation method. Switches the orientation of a shape in C++....flip a shape on an axis. auto doc = System :: MakeObject < Aspose...Document > (); auto builder = System :: MakeObject < Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Chart Calculations|Aspose.Slides Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... auto pres = System :: MakeObject < Presentation..."test.pptx" ); auto chart = System :: ExplicitCast < Chart > (...

    docs.aspose.com/slides/cpp/chart-calculations/
  4. chart.CategoryAxis.GetAxisTexts() are not the s...

    hi , i have an excel file: 4366-20250303.7z (108.4 KB) there is an chart. i ues the below codes to get the lables: var chart = sheet.Charts.OrderByDescending(t => t.ChartObject.LowerRightRow).First(); var labels = …...before retrieving the category axis labels. I tested your scenario/case...chart.Calculate(); // Get the axis labels string[] axisLabels =...

    forum.aspose.com/t/chart-categoryaxis-getaxiste...
  5. Aspose::Words::Drawing::Fill::Solid method | As...

    Aspose::Words::Drawing::Fill::Solid method. Sets the fill to a uniform color in C++.... auto doc = System :: MakeObject < Aspose :: Words...for Font of the first Run. System :: SharedPtr < Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in C++...instance of the Presentation class System :: SharedPtr < Presentation...presentation = System :: MakeObject < Presentation > (); System :: SharedPtr...

    docs.aspose.com/slides/cpp/chart-data-label/
  7. Public API Changes in Aspose.Cells 8.3.2|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....if the chart has a particular axis or not. The following sample...Primary, Secondary and Value axis. Java //Create workbook object...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. Aspose::Words::Drawing::Charts::ChartAxisCollec...

    Aspose::Words::Drawing::Charts::ChartAxisCollection::idx_get method. Gets the Axis at the specified index in C++....method Gets the axis at the specified index. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::Charts::ChartAxisTitle:...

    Aspose::Words::Drawing::Charts::ChartAxisTitle::get_Overlay method. Determines whether other chart elements shall be allowed to overlap the title. The default value is false in C++....how to set chart axis title. auto doc = System :: MakeObject <...Document > (); auto builder = System :: MakeObject < Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...with the x-axis and y-axis are somehow behind the axis. Where as...seems to be in front of the axis. These are highlighted in red...

    forum.aspose.com/t/shapes-in-charts-rendered-by...