SeriesLayoutProperties

SeriesLayoutProperties class

Represents the properties of series layout.

class SeriesLayoutProperties;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
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.
subtotalsnumber[]Represents the index of a subtotal data point.
quartileCalculationQuartileCalculationTypeRepresents the statistical properties for the series.
mapLabelLayoutMapChartLabelLayoutGets and sets the layout of map labels.
isIntervalLeftClosedbooleanIndicates whether the interval is closed on the left side.
mapChartRegionTypeMapChartRegionTypeGets and sets the region type of the map.
mapChartProjectionTypeMapChartProjectionTypeGets and sets the projection type of the map.

constructor()

Default Constructor.

constructor();

showConnectorLines

Indicates whether showing connector lines between data points.

showConnectorLines : boolean;

showMeanLine

Indicates whether showing the line connecting all mean points.

showMeanLine : boolean;

showOutlierPoints

Indicates whether showing outlier data points.

showOutlierPoints : boolean;

showMeanMarker

Indicates whether showing markers denoting the mean.

showMeanMarker : boolean;

showInnerPoints

Indicates whether showing non-outlier data points.

showInnerPoints : boolean;

subtotals

Represents the index of a subtotal data point.

subtotals : number[];

quartileCalculation

Represents the statistical properties for the series.

quartileCalculation : QuartileCalculationType;

mapLabelLayout

Gets and sets the layout of map labels.

mapLabelLayout : MapChartLabelLayout;

isIntervalLeftClosed

Indicates whether the interval is closed on the left side.

isIntervalLeftClosed : boolean;

mapChartRegionType

Gets and sets the region type of the map.

mapChartRegionType : MapChartRegionType;

mapChartProjectionType

Gets and sets the projection type of the map.

mapChartProjectionType : MapChartProjectionType;