SeriesLayoutProperties
SeriesLayoutProperties class
Represents the properties of series layout.
class SeriesLayoutProperties;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
getShowConnectorLines() | Indicates whether showing connector lines between data points. |
setShowConnectorLines(boolean) | Indicates whether showing connector lines between data points. |
getShowMeanLine() | Indicates whether showing the line connecting all mean points. |
setShowMeanLine(boolean) | Indicates whether showing the line connecting all mean points. |
getShowOutlierPoints() | Indicates whether showing outlier data points. |
setShowOutlierPoints(boolean) | Indicates whether showing outlier data points. |
getShowMeanMarker() | Indicates whether showing markers denoting the mean. |
setShowMeanMarker(boolean) | Indicates whether showing markers denoting the mean. |
getShowInnerPoints() | Indicates whether showing non-outlier data points. |
setShowInnerPoints(boolean) | Indicates whether showing non-outlier data points. |
getSubtotals() | Represents the index of a subtotal data point. |
setSubtotals(number[]) | Represents the index of a subtotal data point. |
getQuartileCalculation() | Represents the statistical properties for the series. |
setQuartileCalculation(QuartileCalculationType) | Represents the statistical properties for the series. |
getMapLabelLayout() | Gets and sets the layout of map labels. |
setMapLabelLayout(MapChartLabelLayout) | Gets and sets the layout of map labels. |
isIntervalLeftClosed() | Indicates whether the interval is closed on the left side. |
setIsIntervalLeftClosed(boolean) | Indicates whether the interval is closed on the left side. |
getMapChartRegionType() | Gets and sets the region type of the map. |
setMapChartRegionType(MapChartRegionType) | Gets and sets the region type of the map. |
getMapChartProjectionType() | Gets and sets the projection type of the map. |
setMapChartProjectionType(MapChartProjectionType) | Gets and sets the projection type of the map. |
isNull() | Checks whether the implementation object is null. |
constructor()
Default Constructor.
constructor();
getShowConnectorLines()
Indicates whether showing connector lines between data points.
getShowConnectorLines() : boolean;
setShowConnectorLines(boolean)
Indicates whether showing connector lines between data points.
setShowConnectorLines(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getShowMeanLine()
Indicates whether showing the line connecting all mean points.
getShowMeanLine() : boolean;
setShowMeanLine(boolean)
Indicates whether showing the line connecting all mean points.
setShowMeanLine(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getShowOutlierPoints()
Indicates whether showing outlier data points.
getShowOutlierPoints() : boolean;
setShowOutlierPoints(boolean)
Indicates whether showing outlier data points.
setShowOutlierPoints(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getShowMeanMarker()
Indicates whether showing markers denoting the mean.
getShowMeanMarker() : boolean;
setShowMeanMarker(boolean)
Indicates whether showing markers denoting the mean.
setShowMeanMarker(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getShowInnerPoints()
Indicates whether showing non-outlier data points.
getShowInnerPoints() : boolean;
setShowInnerPoints(boolean)
Indicates whether showing non-outlier data points.
setShowInnerPoints(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getSubtotals()
Represents the index of a subtotal data point.
getSubtotals() : number[];
Returns
number[]
setSubtotals(number[])
Represents the index of a subtotal data point.
setSubtotals(value: number[]) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | number[] | The value to set. |
getQuartileCalculation()
Represents the statistical properties for the series.
getQuartileCalculation() : QuartileCalculationType;
Returns
setQuartileCalculation(QuartileCalculationType)
Represents the statistical properties for the series.
setQuartileCalculation(value: QuartileCalculationType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | QuartileCalculationType | The value to set. |
getMapLabelLayout()
Gets and sets the layout of map labels.
getMapLabelLayout() : MapChartLabelLayout;
Returns
setMapLabelLayout(MapChartLabelLayout)
Gets and sets the layout of map labels.
setMapLabelLayout(value: MapChartLabelLayout) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | MapChartLabelLayout | The value to set. |
isIntervalLeftClosed()
Indicates whether the interval is closed on the left side.
isIntervalLeftClosed() : boolean;
setIsIntervalLeftClosed(boolean)
Indicates whether the interval is closed on the left side.
setIsIntervalLeftClosed(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getMapChartRegionType()
Gets and sets the region type of the map.
getMapChartRegionType() : MapChartRegionType;
Returns
setMapChartRegionType(MapChartRegionType)
Gets and sets the region type of the map.
setMapChartRegionType(value: MapChartRegionType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | MapChartRegionType | The value to set. |
getMapChartProjectionType()
Gets and sets the projection type of the map.
getMapChartProjectionType() : MapChartProjectionType;
Returns
setMapChartProjectionType(MapChartProjectionType)
Gets and sets the projection type of the map.
setMapChartProjectionType(value: MapChartProjectionType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | MapChartProjectionType | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;