SeriesLayoutProperties class

SeriesLayoutProperties class

Represents the properties of series layout.

The SeriesLayoutProperties type exposes the following members:

Constructors

ConstructorDescription
__init__(self)Constructs a new instance of SeriesLayoutProperties

Properties

PropertyDescription
show_connector_linesIndicates whether connector lines are shown between data points.
show_mean_lineIndicates whether to show the line connecting all mean points.
show_outlier_pointsIndicates whether outlier data points are shown.
show_mean_markerIndicates whether markers denoting the mean are shown.
show_inner_pointsIndicates whether to show non-outlier data points.
subtotalsRepresents the index of a subtotal data point.
quartile_calculationRepresents the statistical properties for the series.
map_label_layoutGets and sets the layout of map labels.
is_interval_left_closedIndicates whether the interval is closed on the left side.
map_chart_region_typeGets and sets the region type of the map.
map_chart_projection_typeGets and sets the projection type of the map.

Remarks

Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and Histogram chart.

See Also