SeriesLayoutProperties class
SeriesLayoutProperties class
Represents the properties of series layout.
The SeriesLayoutProperties type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self) | Constructs a new instance of SeriesLayoutProperties |
Properties
| Property | Description |
|---|---|
| show_connector_lines | Indicates whether connector lines are shown between data points. |
| show_mean_line | Indicates whether to show the line connecting all mean points. |
| show_outlier_points | Indicates whether outlier data points are shown. |
| show_mean_marker | Indicates whether markers denoting the mean are shown. |
| show_inner_points | Indicates whether to show non-outlier data points. |
| subtotals | Represents the index of a subtotal data point. |
| quartile_calculation | Represents the statistical properties for the series. |
| map_label_layout | Gets and sets the layout of map labels. |
| is_interval_left_closed | Indicates whether the interval is closed on the left side. |
| map_chart_region_type | Gets and sets the region type of the map. |
| map_chart_projection_type | Gets and sets the projection type of the map. |
Remarks
Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and Histogram chart.
See Also
- module
aspose.cells.charts