SeriesLayoutProperties

SeriesLayoutProperties class

Represents the properties of series layout.

class SeriesLayoutProperties;

Remarks

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

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
showConnectorLinesbooleanIndicates whether connector lines are shown between data points.
showMeanLinebooleanIndicates whether to show the line connecting all mean points.
showOutlierPointsbooleanIndicates whether outlier data points are shown.
showMeanMarkerbooleanIndicates whether markers denoting the mean are shown.
showInnerPointsbooleanIndicates whether to show 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 connector lines are shown between data points.

showConnectorLines : boolean;

Remarks

Only for Waterfall chart.

showMeanLine

Indicates whether to show the line connecting all mean points.

showMeanLine : boolean;

Remarks

Only works for BoxWhisker chart.

showOutlierPoints

Indicates whether outlier data points are shown.

showOutlierPoints : boolean;

showMeanMarker

Indicates whether markers denoting the mean are shown.

showMeanMarker : boolean;

showInnerPoints

Indicates whether to show 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;

Remarks

Only applicable to BoxWhisker chart.

mapLabelLayout

Gets and sets the layout of map labels.

mapLabelLayout : MapChartLabelLayout;

isIntervalLeftClosed

Indicates whether the interval is closed on the left side.

isIntervalLeftClosed : boolean;

Remarks

Only for ParetoLine chart.

mapChartRegionType

Gets and sets the region type of the map.

mapChartRegionType : MapChartRegionType;

Remarks

Only for map chart.

mapChartProjectionType

Gets and sets the projection type of the map.

mapChartProjectionType : MapChartProjectionType;

Remarks

Only for map chart.