Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 13,974 for

chart

(0.06 sec)
  1. 树图和日晕图的数据点|Aspose.Slides 文档

    通过 Java 在 Aspose.Slides for Android 中的日晕图、日晕图表、径向图、径向图形或多层饼图。...Presentation (); try { IChart chart = pres . getSlides (). get_Item...IChartDataPointColle dataPoints = chart . getChartData (). getSeries...

    docs.aspose.com/slides/zh/androidjava/data-poin...
  2. 创建 Excel 图表并将其嵌入到演示文稿中作为 OLE 对象|Aspose.Slides 文档

    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.... Charts [ 0 ]. ToImage (); //将工作簿保存到流中...Aspose . Cells . SheetType . Chart ); Aspose . Cells . Worksheet...

    docs.aspose.com/slides/zh/net/creating-excel-ch...
  3. Treemap 和 Sunburst 图表的数据点|Aspose.Slides 文档

    使用 Aspose.Slides 的 Sunburst 图、Sunburst 图示、Sunburst 图表、径向图、径向图表或多级饼图。...MakeObject < Presentation > (); auto chart = pres -> get_Slides () -> idx_get...4”数据点的值: auto dataPoints = chart -> get_ChartData () -> get_Series...

    docs.aspose.com/slides/zh/cpp/data-points-of-tr...
  4. Treemap 和 Sunburst 图表的数据点|Aspose.Slides for Pyt...

    在 Python 中向 PowerPoint 演示文稿添加 Sunburst 图表...pres : chart = pres . slides [ 0 ] . shapes . add_chart ( charts...显示“叶子 4”数据点的值: dataPoints = chart . chart_data . series [ 0 ] . data_points...

    docs.aspose.com/slides/zh/python-net/data-point...
  5. How to change number format to percentage upto ...

    I’m attaching a sample excel file. In the file as shown for the data labels we need the percentage format up to 1 decimal place. How can I set that? PieChartDecimalFormat.zip (10.7 KB)...template Excel file containing the chart. Please see the following sample...ChartCollection charts = worksheet.getCharts(); Chart chart = charts.get(0);...

    forum.aspose.com/t/how-to-change-number-format-...
  6. ShapeRenderer class | Aspose.Words for Node.js

    Aspose.Words.Rendering.ShapeRenderer class. Provides methods to render an individual [Shape](../../aspose.words.drawing/shape/) or [GroupShape](../../aspose.words.drawing/groupshape/) to a raster or vector image or to a Graphics object...with a chart, and render it to a specific scale. let chart = builder...Drawing . Charts . ChartType . Pie , 500 , 400 ). Chart ; chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartDataLabelPosition | Aspose.Words for Java

    Specifies the position for a Chart data label in Java....Specifies the position for a chart data label. Remarks: Not all...DocumentBuilder(doc); // Insert column chart. Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  8. ChartDataPointCollection.has_default_format met...

    ChartDataPointCollection.has_default_format method. Gets a flag indicating whether the data point at the specified index has default format....docx' ) # Get the chart and series to update format...as_shape () series = shape . chart . series [ 0 ] data_points =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Drawing::Charts::ChartAxisTitle ...

    Aspose::Words::Drawing::Charts::ChartAxisTitle class. Provides access to the axis title properties. To learn more, visit the documentation article in C++....Aspose::Words::Drawing::Charts::ChartAxisTitle class Contents...more, visit the Working with Charts documentation article. class...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. ChartDataPointCollection.copy_format method | A...

    ChartDataPointCollection.copy_format method. Copies format from the source data point to the destination data point....docx' ) # Get the chart and series to update format...as_shape () series = shape . chart . series [ 0 ] data_points =...

    reference.aspose.com/words/python-net/aspose.wo...