Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,109 for

series coloring

(0.07 sec)
  1. MarkerSymbol enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.MarkerSymbol enumeration. Specifies marker symbol style.... series . count ) self . assertEqual ( 'Series 1' , chart...chart . series [ 0 ] . name ) self . assertEqual ( 'Series 2' ,...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Create or Update PowerPoint Presentation Charts...

    Create chart in PowerPoint presentation in Java...the default series and categories. Add new series and categories...the chart series. Add a fill color for chart series. Add labels...

    docs.aspose.com/slides/java/create-chart/
  3. ChartDataPoint class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart... Remarks On a series, the ChartDataPoint object...parent element shall inverts its colors if the value is negative. marker...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ChartDataLabelCollection.Format | Aspose.Words ...

    Discover the ChartDataLabelCollection Format property for easy access to customizable fill and line formatting for your data labels. Enhance your charts today!...generated series. chart . Series . Clear (); // Add new series. ChartSeries...ChartSeries series = chart . Series . Add ( "AW Series 1" , new...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartDataPoint Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartDataPoint class to easily format individual chart data points, enhancing your data visualization with precision....parent element shall inverts its colors if the value is negative. Marker...defined in the parent series. Remarks On a series, the ChartDataPoint...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ChartDataPointCollection.count property | Aspos...

    ChartDataPointCollection.count property. Returns the number of [ChartDataPoint](../../chartdatapoint/) in this collection.... series . count ) self . assertEqual ( 'Series 1' , chart...chart . series [ 0 ] . name ) self . assertEqual ( 'Series 2' ,...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartFormat.shapeType property | Aspose.Words f...

    ChartFormat.shapeType property. Gets or sets the shape type of the parent chart element....generated series. chart . series . clear (); // Add new series. let...let series = chart . series . add ( "AW Series 1" , [ "AW Category...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in C#....chart object to configuring series, axes, and legends. By following...elements such as title, data, series, categories, and styling. Follow...

    docs.aspose.com/slides/net/create-chart/
  9. IChartDataPoint.invert_if_negative property | A...

    IChartDataPoint.invert_if_negative property. Specifies whether the parent element shall inverts its colors if the value is negative....parent element shall inverts its colors if the value is negative. @property...chart . series . count ) self . assertEqual ( 'Series 1' , chart...

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

    Represents a chart data marker in Java....assertEquals("Series 1", chart.getSeries().get(0)...getName()); Assert.assertEquals("Series 2", chart.getSeries().get(1)...

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