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

chart

(0.11 sec)
  1. Aspose::Words::Drawing::Charts::AxisScaling cla...

    Aspose::Words::Drawing::Charts::AxisScaling class. Represents the scaling options of the axis. To learn more, visit the documentation article in C++....Aspose::Words::Drawing::Charts::AxisScaling class Contents [...more, visit the Working with Charts documentation article. class...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Callout|Aspose.Slides for PHP 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....determine either specified chart’s data label will be displayed...new Presentation (); try { $chart = $pres -> getSlides () -> get_Item...

    docs.aspose.com/slides/php-java/callout/
  3. ChartSeries.bubble_sizes property | Aspose.Word...

    ChartSeries.bubble_sizes property. Gets a collection of bubble sizes for this Chart series....collection of bubble sizes for this chart series. @property def bubble_sizes...aspose . words . drawing . charts . BubbleSizeCollection : ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartMultilevelValue | Aspose.Words for .NET

    Discover the ChartMultilevelValue constructor, designed to create a powerful three-level value instance for enhanced data visualization and analysis....Shows how to create treemap chart. Document doc = new Document...doc ); // Insert a Treemap chart. Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartDataLabel class | Aspose.Words for Python

    aspose.words.drawing.Charts.ChartDataLabel class. Represents data label on a Chart point or trendline...Represents data label on a chart point or trendline. To learn...more, visit the Working with Charts documentation article. Remarks...

    reference.aspose.com/words/python-net/aspose.wo...
  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. 图表图例|Aspose.Slides 文档

    在 C# 或 .NET 中设置 PowerPoint 演示文稿中图表图例的位置和字体大小...]; // 在幻灯片上添加一个簇状柱形图 IChart chart = slide . Shapes . AddChart...设置图例属性 chart . Legend . X = 50 / chart . Width ; chart . Legend...

    docs.aspose.com/slides/zh/net/chart-legend/
  8. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_Count method. Returns the number of ChartDataLabel in this collection in C++....Aspose::Words::Drawing::Charts::ChartDataLabelCollec::get_Count...Aspose :: Words :: Drawing :: Charts :: ChartDataLabelCollec ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. 图表坐标轴|Aspose.Slides 文档

    使用 C# 或 .NET 编辑 PowerPoint 图表坐标轴...Presentation ()) { Chart chart = ( Chart ) pres . Slides [ 0..., 100 , 100 , 500 , 350 ); chart . ValidateChartLayout (); double...

    docs.aspose.com/slides/zh/net/chart-axis/
  10. 在C#或.NET中创建或更新PowerPoint演示文稿图表|Aspose.Slides 文档

    在C#或.NET中创建PowerPoint演示文稿中的图表...Charts 命名空间下提供了 ChartType 枚举。该枚举下的值对应于不同的图表类型。...0 ]; // 添加带有默认数据的图表 IChart chart = sld . Shapes . AddChart (...

    docs.aspose.com/slides/zh/net/create-chart/