Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 16,748 for

chart

(0.08 sec)
  1. Create Dynamic Charts with JavaScript via C++|D...

    Learn how to create dynamic Charts in Aspose.Cells for JavaScript via C++. This guide will show you how to dynamically update Chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your worksheets....Create Dynamic Charts with JavaScript via C++ Contents [ Hide...] Dynamic (or interactive) charts have the ability to change...

    docs.aspose.com/cells/javascript-cpp/create-dyn...
  2. Public API Changes in Aspose.Cells 8.3.0|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....helps in uniquely identifying Chart objects in a spreadsheet as..."sample.xlsx" ); ChartCollection charts = book . getWorksheets ()....

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

    Aspose::Words::Drawing::Charts::ChartDataPoint class. Allows to specify formatting of a single data point on the Chart. To learn more, visit the documentation article in C++....Aspose::Words::Drawing::Charts::ChartDataPoint class Contents...the chart. To learn more, visit the Working with Charts documentation...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. ChartSeriesGroupCollection.add method | Aspose....

    ChartSeriesGroupCollection.add method. Adds a new series group of the specified series type to this collection.... Charts . ChartSeriesType ) Parameter...ChartSeriesType Remarks Combo charts can contain series groups only...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. AxisTickLabels.rotation property | Aspose.Words...

    AxisTickLabels.rotation property. Gets or sets the rotation of the tick labels in degrees....column chart. shape = builder . insert_chart ( chart_type = aw...aw . drawing . charts . ChartType . COLUMN , width = 432 , height...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Cell 25.4 如何修改透视表面积图的配色? - Free Support Forum -...

    image.jpg (141.8 KB) 如何设置能使透视表的面积图切换成这种单色模式?...new Document(); // 添加透视表图表 Chart chart = doc.getFirstSection().getBody()...添加数据系列 ChartSeries series = chart.getSeries().add("数据系列", new...

    forum.aspose.com/t/cell-25-4/315444
  7. ChartSeriesGroupCollection indexer | Aspose.Wor...

    ChartSeriesGroupCollection indexer. Returns a [ChartSeriesGroup](../../Chartseriesgroup/) at the specified index....file_name = MY_DIR + 'Combo chart.docx' ) shape = doc . get_child...as_shape () chart = shape . chart series_groups = chart . series_groups...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartXValue | Aspose.Words for Java

    Represents an X value for a Chart series in Java....Represents an X value for a chart series. Remarks: This class...All non-null X values of a chart series must be of the same ChartXValueType...

    reference.aspose.com/words/java/com.aspose.word...
  9. 在Node.js via C++中使用Sparklines和3D格式设置|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel文件中利用Sparklines并应用3D格式。...add ( "DataSheet" ); // Add Chart Worksheet const sheet = book...); // Define the Chart Collection const charts = sheet . getCharts...

    docs.aspose.com/cells/zh/nodejs-cpp/using-spark...
  10. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...Access the first chart inside the sheet Chart chart = sheet . GetCharts...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...