Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 18,736 for

chart

(0.14 sec)
  1. 自定义 Python 中演示文稿图表的绘图区|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中自定义图表绘图区。轻松提升幻灯片视觉效果。...charts as charts import aspose.slides as...pres : chart = pres . slides [ 0 ] . shapes . add_chart ( charts...

    docs.aspose.com/slides/zh/python-net/chart-plot...
  2. 使用Node.js通过C++在饼图或饼状图中的第二个饼或柱子中查找数据点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++查找数据点是否在饼图或饼状图的第二个饼或柱子中。本指南将演示如何识别和访问复合图表中的次级饼或柱,以便有效分析和操作数据。...file containing Bar of Pie chart const workbook = new AsposeCells...// Access first chart which is Bar of Pie chart and calculate it...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-dat...
  3. 使用Sparkline和3D格式设置在C++中|Documentation

    学习如何在Excel文件中使用Aspose.Cells和C++应用sparkline和3D格式。...Charts 命名空间,因此在使用这些功能之前需要导入该命名空间。...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/using-sparklines-a...
  4. 档案

    档案...ISlide->getShapes()->AddChart (Charts::ChartType type, float x, float...= u"OutputDirectory\\column_chart.pptx"; // 实例化表示 PPTX 文件的 Presentation...

    blog.aspose.com/zh/slides/create-charts-in-powe...
  5. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for Node.js via C++....What is a PivotChart A pivot chart is a visual representation of...data in a pivot table. Pivot charts provide a way to summarize...

    docs.aspose.com/cells/nodejs-cpp/how-to-add-piv...
  6. Public API Changes in Aspose.Cells 8.2.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.... Version ); Added Chart.Worksheet Property Before the...the Worksheet instance that a Chart object holds. Aspose.Cells 8...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. ChartDataPoint.marker property | Aspose.Words f...

    ChartDataPoint.marker property. Specifies Chart data marker....marker property Specifies chart data marker. get marker () :...Aspose . Words . Drawing . Charts . ChartMarker Examples Show...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Public API Changes in Aspose.Cells 8.4.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....Improved Chart Creation Mechanism The Aspose.Cells.Charts.Chart class...method to ease the task of chart creation. The SetChartDataRange...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. ChartFormat.stroke property | Aspose.Words for ...

    ChartFormat.stroke property. Gets line formatting for the parent Chart element....line formatting for the parent chart element. get stroke () : Aspose...Drawing . Charts . ChartType . Scatter , 432 , 252 ); let chart = shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 使用 C++ 自定义图表|Documentation

    了解如何在Aspose.Cells for C++中自定义图表。我们的指南将演示如何修改图表布局、添加和格式化数据系列、调整轴线,以及应用各种格式选项,提升图表的外观和可用性。...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...PutValue ( 100 ); // Add a chart to the worksheet int chartIndex...

    docs.aspose.com/cells/zh/cpp/customizing-charts/