Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 14,186 for

chart

(0.23 sec)
  1. ChartAxis.title property | Aspose.Words for Nod...

    ChartAxis.title property. Provides access to the axis title properties.... Charts . ChartAxisTitle Examples Shows...Shows how to set chart axis title. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartLegend.font property | Aspose.Words for No...

    ChartLegend.font property. Provides access to the default font formatting of legend entries...engine template - Chart series.docx" ); let chart = doc . getShape...( 0 , true ). chart ; let chartLegend = chart . legend ; // Set...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartXValue.FromString | Aspose.Words for .NET

    Discover the ChartXValue FromString method to effortlessly create String-type ChartXValue instances. Enhance your data visualization today!...Examples Shows how to add/remove chart data values. Document doc =...Column , 432 , 252 ); Chart chart = shape . Chart ; ChartSeries department1Series...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 图表绘图区|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...350 ); $chart -> validateChartLayout (); $x = $chart -> getPlotArea...

    docs.aspose.com/slides/zh/php-java/chart-plot-a...
  5. 创建 C++ 中的 PowerPoint 演示文稿图表|Aspose.Slides 文档

    在 C++ 中创建 PowerPoint 演示文稿图表...ChartType 枚举类,位于 Aspose::Slides::Charts 命名空间下。这个枚举类下的值对应于不同的图表类型。 创建常规图表...添加一个带有默认数据的图表 SharedPtr < IChart > chart = slide -> get_Shapes () ->...

    docs.aspose.com/slides/zh/cpp/create-chart/
  6. 用Node.js via C++创建和管理图表|Documentation

    学习如何使用Aspose.Cells for Node.js在Microsoft Excel中创建图表。我们的指南将展示各种图表类型以及如何自定义其外观和格式。...putValue ( 150 ); // Adding a chart to the worksheet const chartIndex...instance of the newly added chart const chart = worksheet . getCharts...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-ch...
  7. 创建或更新 PowerPoint 演示文稿图表|Aspose.Slides for PHP 文档

    在 PowerPoint 演示文稿中创建图表...get_Item ( 0 ); # 添加带有默认数据的图表 $chart = $sld -> getShapes () -> addChart...0 , 500 , 500 ); # 设置图表标题 $chart -> getChartTitle () -> addTextFrameForOverr...

    docs.aspose.com/slides/zh/php-java/create-chart/
  8. ChartDataLabelCollection.showBubbleSize propert...

    ChartDataLabelCollection.showBubbleSize property. Allows to specify whether bubble size is to be displayed for the data labels of the entire series... Applies only to Bubble charts. Default value is false . get...with data labels of a bubble chart. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartDataLabelCollection | Aspose.Words for Java

    Represents a collection of ChartDataLabel in Java....more, visit the Working with Charts documentation article. Examples:...labels to data points in a line chart. public void dataLabels() throws...

    reference.aspose.com/words/java/com.aspose.word...
  10. 如何通过C++在Node.js中创建瀑布图|Documentation

    使用Node.js和Aspose.Cells for Node.js via C++在Excel中创建瀑布图。...(); // Input some data which chart will use as source cells . get...putValue ( 9.5 ); // Add a Chart of type Waterfall in same worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-wa...