Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 4,661 for

chart

(0.03 sec)
  1. ChartAxis.majorUnit property | Aspose.Words for...

    ChartAxis.majorUnit property. Returns or sets the distance between major tick marks....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...
  2. AxisCategoryType enumeration | Aspose.Words for...

    aspose.words.drawing.Charts.AxisCategoryType enumeration. Specifies type of a category axis....Examples Shows how to insert a chart and modify the appearance of.... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartDataLabelCollection.count property | Aspos...

    ChartDataLabelCollection.count property. Returns the number of [ChartDataLabel](../../Chartdatalabel/) in this collection....labels to data points in a line chart. def data_labels (): doc = aw...DocumentBuilder ( doc ) chart_shape = builder . insert_chart ( aw . drawing...

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

    Discover the Aspose.Words.Drawing.Charts.ChartTitle class to easily manage and customize your Chart titles for enhanced data visualization....class Provides access to the chart title properties. To learn more...more, visit the Working with Charts documentation article. public...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Chart.axisZ property | Aspose.Words for Node.js

    Chart.axisZ property. Provides access to properties of the Z axis of the Chart....axisZ property Chart.axisZ property Provides access to properties...properties of the Z axis of the chart. get axisZ () : Aspose . Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Chart.axisY property | Aspose.Words for Node.js

    Chart.axisY property. Provides access to properties of the primary Y axis of the Chart....axisY property Chart.axisY property Provides access to properties...of the primary Y axis of the chart. get axisY () : Aspose . Words...

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

    Discover the ChartLegend Format property for easy customization of legend fill and line styles, enhancing your data visualization experience....} Examples Shows how to use chart formating. Document doc = new...Column , 432 , 252 ); Chart chart = shape . Chart ; // Delete series...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartLegend.format property | Aspose.Words for ...

    ChartLegend.format property. Provides access to fill and line formatting of the legend.... Charts . ChartFormat Examples Shows how to use chart formating...Drawing . Charts . ChartType . Column , 432 , 252 ); let chart = shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. AxisBound.value_as_date property | Aspose.Words...

    AxisBound.value_as_date property. Returns value of axis bound represented as datetime....= doc ) chart_shape = builder . insert_chart ( chart_type = aw...aw . drawing . charts . ChartType . SCATTER , width = 450 , height...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartLegend | Aspose.Words for Java

    Represents Chart legend properties in Java....implements Cloneable Represents chart legend properties. To learn...more, visit the Working with Charts documentation article. Examples:...

    reference.aspose.com/words/java/com.aspose.word...