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
| Name | Description |
|---|---|
| constructor() | Default Constructor. |
Properties
| Property | Type | Description |
|---|---|---|
| showConnectorLines | boolean | Indicates whether connector lines are shown between data points. |
| showMeanLine | boolean | Indicates whether to show the line connecting all mean points. |
| showOutlierPoints | boolean | Indicates whether outlier data points are shown. |
| showMeanMarker | boolean | Indicates whether markers denoting the mean are shown. |
| showInnerPoints | boolean | Indicates whether to show non-outlier data points. |
| subtotals | number[] | Represents the index of a subtotal data point. |
| quartileCalculation | QuartileCalculationType | Represents the statistical properties for the series. |
| mapLabelLayout | MapChartLabelLayout | Gets and sets the layout of map labels. |
| isIntervalLeftClosed | boolean | Indicates whether the interval is closed on the left side. |
| mapChartRegionType | MapChartRegionType | Gets and sets the region type of the map. |
| mapChartProjectionType | MapChartProjectionType | Gets 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.