Sort Score
Result 10 results
Languages All
Labels All
Results 3,211 - 3,220 of 18,973 for

chart

(0.15 sec)
  1. ChartSeriesGroup.bubble_scale property | Aspose...

    ChartSeriesGroup.bubble_scale property. Gets or sets the size of the bubbles as a percentage of their default size....bubble 3D chart. shape = builder . insert_chart ( chart_type = aw...aw . drawing . charts . ChartType . BUBBLE_3D , width = 450 ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose.Cells 8.3.0中的公共API更改|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....foreach ( Chart chart in book . Worksheets [ 0 ]. Charts ) { var...var shape = ( Shape ) chart . ChartObject ; Console . WriteLine...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. ChartSeriesGroup.BubbleScale | Aspose.Words for...

    Discover the ChartSeriesGroup BubbleScale property to customize bubble sizes in your Charts, enhancing data visualization and user engagement....doc ); // Insert a bubble 3D chart. Shape shape = builder . InsertChart...ChartSeriesGroup seriesGroup = shape . Chart . SeriesGroups [ 0 ]; // Set...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Java Excel API | products.aspose.com

    Aspose.Cells for Java library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, CSV, HTML and so on....import & export images, create charts & Pivot Tables, apply & calculate...Glance A generic overview. Chart to Image Worksheet to Image...

    products.aspose.com/cells/java/
  5. 使用Aspose.Cells for Node.js via C++设置图表图例条目的填充为无...

    学习如何使用Aspose.Cells for Node.js via C++将图表图例条目的填充设置为无。本指南将演示如何修改Microsoft Excel图表中图例条目的填充颜色,以实现更好的可视化和自定义。...Access the first chart inside the sheet const chart = sheet . getCharts...second legend entry fill to none chart . getLegend (). getLegendEntries...

    docs.aspose.com/cells/zh/nodejs-cpp/set-text-of...
  6. out.xlsx

    Sheet1 Quarter Month Week Sales 1st Jan 3.5 Feb Week 1 1.2 Week 2 0.8 Week 3 0.6 Week 4 0.5 Mar 1.7 2nd Apr 1.1 May 0.8 Jun 0.3 3rd July 0.7 Aug 0.6 Sep 0.1 4th Oct 0.5 Nov 0.4 Dec 0.3 2024-01-05T0......ava\developer-guide\charts\advance-chart-since-excel-2016\cr...eating-sunburst-chart\ 16.0300 xinya zhu...

    docs.aspose.com/cells/fr/java/creating-sunburst...
  7. out.xlsx

    Sheet1 Quarter Month Week Sales 1st Jan 3.5 Feb Week 1 1.2 Week 2 0.8 Week 3 0.6 Week 4 0.5 Mar 1.7 2nd Apr 1.1 May 0.8 Jun 0.3 3rd July 0.7 Aug 0.6 Sep 0.1 4th Oct 0.5 Nov 0.4 Dec 0.3 2024-01-05T0......ava\developer-guide\charts\advance-chart-since-excel-2016\cr...eating-sunburst-chart\ 16.0300 xinya zhu...

    docs.aspose.com/cells/de/java/creating-sunburst...
  8. ChartFormat.SetDefaultFill | Aspose.Words for .NET

    Discover how to use the ChartFormat SetDefaultFill method to effortlessly restore your Chart element's fill to its original default value....method Resets the fill of the chart element to have the default...ChartSeries series = shape . Chart . Series [ 0 ]; ChartDataPoint...

    reference.aspose.com/words/net/aspose.words.dra...
  9. BubbleSizeCollection class | Aspose.Words for N...

    Aspose.Words.Drawing.Charts.BubbleSizeCollection class. Represents a collection of bubble sizes for a Chart series....collection of bubble sizes for a chart series. Remarks The collection...add or insert new values to a chart series, or remove values, the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 用 C++ 判断数据点是否位于饼图中的第二个饼或条形图中的条上|Documentation

    学习如何使用 Aspose.Cells for C++ 判断数据点是否位于饼图中的第二个饼或条形图中的条上。我们的指南将演示如何识别和访问复合图表中的次级饼或条,以便有效分析和操作数据。...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...GetWorksheets (). Get ( 0 ); Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/find-if-data-point...