Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 7,197 for

series coloring

(0.09 sec)
  1. BubbleSizeCollection.format_code property | Asp...

    BubbleSizeCollection.format_code property. Gets or sets the format code applied to the bubble sizes.... -; -@ -" Custom with color - “[Red]-#,##0.0” Examples Shows...generated series. chart . series . clear () series = chart ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Drawing::Stroke::get_Visible met...

    Aspose::Words::Drawing::Stroke::get_Visible method. Gets or sets a flag indicating whether the stroke is visible in C++....default generated series. chart -> get_Series () -> Clear (); SharedPtr...ChartSeries > series = chart -> get_Series () -> Add ( u "AW Series 1" ...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. ChartSeries.format property | Aspose.Words for ...

    ChartSeries.format property. Provides access to fill and line formatting of the Series....and line formatting of the series. @property def format ( self...Examples Sows how to set series color. doc = aw . Document ()...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Drawing::Charts::ChartDataPoint ...

    Aspose::Words::Drawing::Charts::ChartDataPoint class. Allows to specify formatting of a single data point on the chart. To learn more, visit the documentation article in C++....values defined in the parent series. get_Bubble3D () override Specifies...parent element shall inverts its colors if the value is negative. get_Marker...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. chartseries - Aspose.Words for Java - API Refer...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....Object Represents chart series properties. Example: Shows...getCount()); Assert.assertEquals("Series 1", chart.getSeries().get(0)...

    reference.aspose.com/words/java/com.aspose.word...
  6. ChartDataLabel.Rotation | Aspose.Words for .NET

    ChartDataLabel Rotation property. Gets or sets the rotation of the label in degrees in C#....); ChartSeries series = shape . Chart . Series [ 0 ]; ChartDataLabelCollec...dataLabels = series . DataLabels ; // Show data labels. series . HasDataLabels...

    reference.aspose.com/words/net/aspose.words.dra...
  7. chartseries - Aspose.Slides for Android via Jav...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....IChartSeries Represents a chart series. Method Summary All Methods...Returns an automatic color of series based on series index and chart...

    reference.aspose.com/slides/androidjava/com.asp...
  8. ChartDataPointCollection - Aspose.Words for Jav...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using 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...
  9. AddChart() | Aspose.Slides for C++ API Reference

    Creates a new Chart, initialize it with sample Series data and settings and adds it to the end of the collection.... initialize it with sample series data and settings and adds...chartData -> get_Series (); // Sets the first series to show values...

    reference.aspose.com/slides/cpp/aspose.slides/s...
  10. Working with Charts in C++|Aspose.Words for C++

    Introduction to Chart feature, how to create and manipulate charts using C++....formatting can be set for chart series, data points, and markers....example shows how to set series color: auto doc = System :: MakeObject...

    docs.aspose.com/words/cpp/how-to-set-fill-and-s...