SeriesLayoutProperties

SeriesLayoutProperties class

Represents the properties of series layout.

Constructors

NameDescription
SeriesLayoutProperties

Properties

NameTypeDescription
ShowConnectorLinesbooleanIndicates whether showing connector lines between data points.
ShowMeanLinebooleanIndicates whether showing the line connecting all mean points.
ShowOutlierPointsbooleanIndicates whether showing outlier data points.
ShowMeanMarkerbooleanIndicates whether showing markers denoting the mean.
ShowInnerPointsbooleanIndicates whether showing non-outlier data points.
Subtotalsint[]Represents the index of a subtotal data point.
QuartileCalculationNumberRepresents the statistical properties for the series. The value of the property is QuartileCalculationType integer const
MapLabelLayoutNumberGets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant.
IsIntervalLeftClosedbooleanIndicates whether the interval is closed on the left side.
MapChartRegionTypeNumberGets and sets the region type of the map. The value of the property is MapChartRegionType integer constant.
MapChartProjectionTypeNumberGets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant.

SeriesLayoutProperties()

SeriesLayoutProperties.ShowConnectorLines property

Indicates whether showing connector lines between data points.

Type: boolean

SeriesLayoutProperties.ShowMeanLine property

Indicates whether showing the line connecting all mean points.

Type: boolean

SeriesLayoutProperties.ShowOutlierPoints property

Indicates whether showing outlier data points.

Type: boolean

SeriesLayoutProperties.ShowMeanMarker property

Indicates whether showing markers denoting the mean.

Type: boolean

SeriesLayoutProperties.ShowInnerPoints property

Indicates whether showing non-outlier data points.

Type: boolean

SeriesLayoutProperties.Subtotals property

Represents the index of a subtotal data point.

Type: int[]

SeriesLayoutProperties.QuartileCalculation property

Represents the statistical properties for the series. The value of the property is QuartileCalculationType integer constant.

Type: Number

SeriesLayoutProperties.MapLabelLayout property

Gets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant.

Type: Number

SeriesLayoutProperties.IsIntervalLeftClosed property

Indicates whether the interval is closed on the left side.

Type: boolean

SeriesLayoutProperties.MapChartRegionType property

Gets and sets the region type of the map. The value of the property is MapChartRegionType integer constant.

Type: Number

SeriesLayoutProperties.MapChartProjectionType property

Gets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant.

Type: Number