Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 16,747 for

chart

(0.21 sec)
  1. Customizing Charts|Documentation

    Learn how to customize Charts in Aspose.Cells for .NET. Our guide will show you how to modify Chart layouts, add and format data series, adjust axes, and apply various formatting options to enhance the appearance and usability of your Charts....Customizing Charts Contents [ Hide ] Creating Custom Charts So far...discussed charts, we’ve looked at standard charts that have their...

    docs.aspose.com/cells/net/customizing-charts/
  2. 用 C++ 管理 Excel 图表的标题|Documentation

    学习如何使用 Aspose.Cells for C++ 在 Microsoft Excel 中添加和格式化图表及轴标题。我们的指南将演示如何设置不同类型的标题,调整其外观,并修改轴标题以更好地展示数据和提高清晰度。...namespace Aspose :: Cells :: Charts ; using namespace Aspose ::...PutValue ( 50 ); // Adding a chart to the worksheet int chartIndex...

    docs.aspose.com/cells/zh/cpp/chart-and-axis-tit...
  3. ChartAxisTitle | Aspose.Words for Java

    Provides access to the axis title properties in Java....more, visit the Working with Charts documentation article. Examples:...Examples: Shows how to set chart axis title. Document doc = new...

    reference.aspose.com/words/java/com.aspose.word...
  4. Export Presentation Charts in JavaScript|Aspose...

    Learn how to export presentation Charts with Aspose.Slides for Node.js via Java, supporting PPT and PPTX formats, and streamline reporting into any workflow....Presentation Charts in JavaScript Contents [ Hide ] Get Chart Image...extracting image of specific chart. Below sample example is given...

    docs.aspose.com/slides/nodejs-java/export-chart/
  5. 图表轴|Aspose.Slides for PHP 文档

    如何编辑 PowerPoint 图表轴...new Presentation (); try { $chart = $pres -> getSlides () -> get_Item...); $chart -> validateChartLayout (); $maxValue = $chart -> getAxes...

    docs.aspose.com/slides/zh/php-java/chart-axis/
  6. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_Font method. Provides access to font formatting of the tick labels in C++....Aspose::Words::Drawing::Charts::AxisTickLabels::get_Font method...Aspose :: Words :: Drawing :: Charts :: AxisTickLabels :: get_Font...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. ChartSeries.BubbleSizes | Aspose.Words for .NET

    Discover the ChartSeries BubbleSizes property to access customizable bubble sizes, enhancing your data visualization and Charting experience....collection of bubble sizes for this chart series. public BubbleSizeCollection...with the format code of the chart data. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartSeriesGroup.doughnut_hole_size property | ...

    ChartSeriesGroup.doughnut_hole_size property. Gets or sets the hole size of the parent doughnut Chart as a percentage....size of the parent doughnut chart as a percentage. @property def...create and format Doughnut chart. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Read and Manipulate Excel 2016 Charts with Node...

    Learn how to read and manipulate Excel 2016 Charts using Aspose.Cells for Node.js via C++. This guide will show you how to access and modify various Chart properties....Read and Manipulate Excel 2016 Charts with Node.js via C++ Contents...manipulation of Microsoft Excel 2016 charts, which are not present in Microsoft...

    docs.aspose.com/cells/nodejs-cpp/read-and-manip...
  10. Documentation

    学习如何使用Aspose.Cells for Node.js via C++将图表转换为PDF文档。本指南演示如何从Microsoft Excel导出图表并以PDF格式保存,以便进一步分发和归档。...Cells API提供了 Chart.toPdf(string) 方法,可以将生成的PDF存储在磁盘路径或Stream中。...putValue ( 50 ); // Adding a chart to the worksheet const chartIndex...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-to-pdf/