Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 16,748 for

chart

(0.18 sec)
  1. Aspose::Words::Drawing::Charts::AxisScaleType e...

    Aspose::Words::Drawing::Charts::AxisScaleType enum. Specifies the possible scale types for an axis in C++....Aspose::Words::Drawing::Charts::AxisScaleType enum Contents [...apply logarithmic scaling to a chart axis. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. ChartAxisTitle Class | Aspose.Words for .NET

    Explore the Aspose.Words.ChartAxisTitle class to easily manage axis title properties and enhance your document's visual impact....more, visit the Working with Charts documentation article. public...} Determines whether other chart elements shall be allowed to...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ChartXValueCollection.format_code property | As...

    ChartXValueCollection.format_code property. Gets or sets the format code applied to the X values....the way values appears in the chart. The examples of number formats:...with the format code of the chart data. doc = aw . Document ()...

    reference.aspose.com/words/python-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. 图表图例|Aspose.Slides for Node.js via .NET 文档

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

    docs.aspose.com/slides/zh/nodejs-java/chart-leg...
  6. 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...
  7. Aspose::Words::Drawing::Charts::ChartDataPoint:...

    Aspose::Words::Drawing::Charts::ChartDataPoint::get_Explosion method. Specifies the amount the data point shall be moved from the center of the pie. Can be negative, negative means that property is not set and no explosion should be applied. Applies only to Pie Charts in C++....Aspose::Words::Drawing::Charts::ChartDataPoint::get_Explosion...Pie charts. int32_t Aspose :: Words :: Drawing :: Charts :: ChartDataPoint...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Manage Legend of Excel Charts with Golang via C...

    Learn how to utilize Aspose.Cells for C++ to effectively customize Chart legends in Microsoft Excel. Our comprehensive guide explains the legend's functionality, how to access and modify it, as well as how to improve visualization and data understanding with legends....Manage Legend of Excel Charts with Golang via C++ Contents [...also allows you to manage a chart’s legend at runtime. With the...

    docs.aspose.com/cells/go-cpp/chart-legend/
  9. 饼图|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....Presentation (); try { # 在幻灯片上添加图表 $chart = $pres -> getSlides () -> get_Item...50 , 500 , 400 ); # 设置不同属性 $chart -> getChartData () -> getSeries...

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

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C# 代码示例添加、格式化和编辑图表。...Charts 命名空间下的 ChartType 枚举。枚举中的值对应不同的图表类型。...// 添加一个具有默认数据的簇状柱形图。 IChart chart = slide . Shapes . AddChart...

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