Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 14,312 for

chart

(0.04 sec)
  1. 图表计算|Aspose.Slides for PHP 文档

    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....new Presentation (); try { $chart = $pres -> getSlides () -> get_Item...); $chart -> validateChartLayout (); $maxValue = $chart -> getAxes...

    docs.aspose.com/slides/zh/php-java/chart-calcul...
  2. IChartDataPoint.Bubble3D | Aspose.Words for .NET

    Discover the IChartDataPoint Bubble3D property to enhance your Bubble Charts with stunning 3D effects for more engaging data visualization....whether the bubbles in Bubble chart should have a 3-D effect applied...use 3D effects with bubble charts. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ChartTitle.text property | Aspose.Words for Python

    ChartTitle.text property. Gets or sets the text of the Chart title...Gets or sets the text of the chart title. If None or empty value...Examples Shows how to insert a chart and set a title. doc = aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartAxis.NumberFormat | Aspose.Words for .NET

    Discover the ChartAxis NumberFormat property to customize your Chart's number formats effortlessly with the ChartNumberFormat object for enhanced data visualization....Shows how to set formatting for chart values. Document doc = new Document...300 ); Chart chart = shape . Chart ; // Clear the chart's demo...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 动画图表|Aspose.Slides for PHP 文档

    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....= $slide -> getShapes (); $chart = $shapes -> get_Item ( 0 );...getMainSequence () -> addEffect ( $chart , EffectType :: Fade , EffectSubType...

    docs.aspose.com/slides/zh/php-java/animated-cha...
  6. ChartSeriesCollection class | Aspose.Words for ...

    aspose.words.drawing.Charts.ChartSeriesCollection class. Represents collection of a [ChartSeries](../Chartseries/)...more, visit the Working with Charts documentation article. Indexers...Bar, Column, Line and Surface charts. add(series_name, x_values...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartAxisType | Aspose.Words for Java

    Specifies type of Chart axis in Java....ChartAxisType Specifies type of chart axis. Examples: Shows how to...create an appropriate type of chart series for a graph type. public...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Drawing::Charts::ChartSeriesColl...

    Aspose::Words::Drawing::Charts::ChartSeriesCollection::GetEnumerator method. Returns an enumerator object in C++....Aspose::Words::Drawing::Charts::ChartSeriesCollectio::GetEnumerator...Aspose :: Words :: Drawing :: Charts :: ChartSeries >>> Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. LegendPosition | Aspose.Words for Java

    Specifies the possible positions for a Chart legend in Java....the possible positions for a chart legend. Examples: Shows how...to edit the appearance of a chart’s legend. Document doc = new...

    reference.aspose.com/words/java/com.aspose.word...
  10. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Cells提供了 Chart::GetWorksheet 方法,可以返回包含图表的工作表的引用。...方法,可以返回包含图表的工作表的引用。 以下示例展示如何使用 Chart::GetWorksheet 方法。代码首先输出工作表的名称,然后访问工作...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...