Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 13,974 for

chart

(0.07 sec)
  1. 将图表导出为 PDF(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表转换为 PDF 文档。我们的指南将演示如何导出 Excel 图表并将其保存为 PDF,以便进一步分发和存档。...Cells API 已暴露 Chart::ToPdf 方法,支持将生成的 PDF 存储在磁盘路径或流中。...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/chart-to-pdf/
  2. Error Bar|Aspose.Slides for Node.js via .NET Do...

    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....bubble chart on desired slide. Access the first chart series...X format. Access the first chart series and set the error bar...

    docs.aspose.com/slides/nodejs-java/error-bar/
  3. ChartYValueCollection.formatCode property | Asp...

    ChartYValueCollection.formatCode property. Gets or sets the format code applied to the Y values....the way values appears in the chart. The examples of number formats:...with the format code of the chart data. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartMultilevelValue | Aspose.Words for Java

    Represents a value for Charts that display multilevel data in Java....ChartMultilevelValue Represents a value for charts that display multilevel data...Shows how to create treemap chart. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  5. AxisCrosses enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.AxisCrosses enumeration. Specifies the possible crossing points for an axis....Examples Shows how to insert a chart and modify the appearance of...Drawing . Charts . ChartType . Column , 500 , 300 ); let chart = shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartSeries.bubbleSizes property | Aspose.Words...

    ChartSeries.bubbleSizes property. Gets a collection of bubble sizes for this Chart series....collection of bubble sizes for this chart series. get bubbleSizes () :...Aspose . Words . Drawing . Charts . BubbleSizeCollection Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartSeries.Remove | Aspose.Words for .NET

    Effortlessly remove X values, Y values, and bubble sizes from your Chart series with the ChartSeries Remove method. Streamline your data visualization today!...size, if supported, from the chart series at the specified index...Examples Shows how to add/remove chart data values. Document doc =...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartDataLabel.font property | Aspose.Words for...

    ChartDataLabel.font property. Provides access to the font formatting of this data label....use 3D effects with bubble charts. let doc = new aw . Document...Drawing . Charts . ChartType . Bubble3D , 500 , 350 ); let chart = shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartDataLabelCollection.show_percentage proper...

    ChartDataLabelCollection.show_percentage property. Allows to specify whether percentage value is to be displayed for the data labels of the entire series... Applies only to Pie charts. @property def show_percentage...work with data labels of a pie chart. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 用 C++ 从 ODS 文件读取图表字幕|Documentation

    学习如何使用 Aspose.Cells for C++ 从 OpenDocument Spreadsheet (ODS) 文件中读取图表字幕。我们的指南将演示如何提取和访问图表字幕以进行进一步分析或显示。...Cells通过使用 Chart.SubTitle 属性为您提供了读取ODS文件中图表副标题的能力。以下示例代码加载了...例代码加载了 sample ODS file ,使用 Chart.SubTitle 属性读取图表副标题,并在控制台窗口中打印。请参考下面给出的代码控制台输出。...

    docs.aspose.com/cells/zh/cpp/read-chart-subtitl...