SeriesLayoutProperties
Contents
[
Hide
]SeriesLayoutProperties class
Represents the properties of series layout.
class SeriesLayoutProperties;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Properties
Property | Type | Description |
---|---|---|
showConnectorLines | boolean | Indicates whether showing connector lines between data points. |
showMeanLine | boolean | Indicates whether showing the line connecting all mean points. |
showOutlierPoints | boolean | Indicates whether showing outlier data points. |
showMeanMarker | boolean | Indicates whether showing markers denoting the mean. |
showInnerPoints | boolean | Indicates whether showing 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 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;