Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 14,316 for

chart

(0.07 sec)
  1. 用 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...
  2. 操作位置、大小和设计图表的方法(C++)|Documentation

    学习如何使用Aspose.Cells for C++高效操作Microsoft Excel中的位置、大小和设计图表。我们的指南将演示如何调整这些属性以改善布局和可视化效果。...Cells提供了 Chart.GetChartObject() 属性实现此功能。你可以用其子属性调整图表的...下属性: Chart.GetX() Chart.GetY() Chart.GetHeight() Chart.GetWidth()...

    docs.aspose.com/cells/zh/cpp/manipulate-positio...
  3. ChartDataTable Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartDataTable class to easily customize Chart data tables and enhance your data visualization with powerful features....to specify properties of a chart data table. public class ChartDataTable...table will be shown for the chart. Default value is false . Examples...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartAxis Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartAxis class for customizable Chart axis options. Enhance your data visualization effortlessly!...the chart. To learn more, visit the Working with Charts documentation...document containing the parent chart. Format { get; } Provides access...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Aspose::Words::Drawing::Charts::ChartSeries::Ad...

    Aspose::Words::Drawing::Charts::ChartSeries::Add method. Adds the specified X value to the Chart series. If the series supports Y values and bubble sizes, they will be empty for the X value in C++....Aspose::Words::Drawing::Charts::ChartSeries::Add method Contents...System::SharedPtr<Aspose::Words::Drawing::Charts::ChartXValue>&) method Adds...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. ChartAxisTitle.Overlay | Aspose.Words for .NET

    Discover the ChartAxisTitle Overlay property, control Chart element overlap for clearer visuals. Enhance your data presentation effortlessly!...property Determines whether other chart elements shall be allowed to...} Examples Shows how to set chart axis title. Document doc = new...

    reference.aspose.com/words/net/aspose.words.dra...
  7. 使用Node.js通过C++管理日期轴|Documentation

    学习如何在Aspose.Cells for Node.js via C++中管理日期轴。我们的指南将帮助你理解如何处理各种日期格式、时间刻度和刻度标签频率。...values to cells for creating chart worksheet . getCells (). get... putValue ( 60 ); // Add a chart to the worksheet const chartIndex...

    docs.aspose.com/cells/zh/nodejs-cpp/date-axis/
  8. Create Charts in xlsx4j|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....Create Charts in xlsx4j Contents [ Hide ] Aspose.Cells - Create...Create Charts It is possible to add a variety of charts to spreadsheets...

    docs.aspose.com/cells/java/create-charts-in-xls...
  9. 图表图例|Aspose.Slides 文档

    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....); // 在幻灯片上添加一个聚合柱状图 IChart chart = slide . getShapes (). addChart...// 设置图例属性 chart . getLegend (). setX ( 50 / chart . getWidth...

    docs.aspose.com/slides/zh/java/chart-legend/
  10. 图表绘图区域|Aspose.Slides 文档

    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....Presentation (); try { Chart chart = ( Chart ) pres . getSlides ()...350 ); chart . validateChartLayout (); double x = chart . getPlotArea...

    docs.aspose.com/slides/zh/androidjava/chart-plo...