SeriesLayoutProperties
SeriesLayoutProperties class
Represents the properties of series layout.
class SeriesLayoutProperties;
Constructors
Constructor | 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. |
Methods
Method | Description |
---|---|
getShowConnectorLines() | @deprecated. Please use the ‘showConnectorLines’ property instead. Indicates whether showing connector lines between data points. |
setShowConnectorLines(boolean) | @deprecated. Please use the ‘showConnectorLines’ property instead. Indicates whether showing connector lines between data points. |
getShowMeanLine() | @deprecated. Please use the ‘showMeanLine’ property instead. Indicates whether showing the line connecting all mean points. |
setShowMeanLine(boolean) | @deprecated. Please use the ‘showMeanLine’ property instead. Indicates whether showing the line connecting all mean points. |
getShowOutlierPoints() | @deprecated. Please use the ‘showOutlierPoints’ property instead. Indicates whether showing outlier data points. |
setShowOutlierPoints(boolean) | @deprecated. Please use the ‘showOutlierPoints’ property instead. Indicates whether showing outlier data points. |
getShowMeanMarker() | @deprecated. Please use the ‘showMeanMarker’ property instead. Indicates whether showing markers denoting the mean. |
setShowMeanMarker(boolean) | @deprecated. Please use the ‘showMeanMarker’ property instead. Indicates whether showing markers denoting the mean. |
getShowInnerPoints() | @deprecated. Please use the ‘showInnerPoints’ property instead. Indicates whether showing non-outlier data points. |
setShowInnerPoints(boolean) | @deprecated. Please use the ‘showInnerPoints’ property instead. Indicates whether showing non-outlier data points. |
getSubtotals() | @deprecated. Please use the ‘subtotals’ property instead. Represents the index of a subtotal data point. |
setSubtotals(number[]) | @deprecated. Please use the ‘subtotals’ property instead. Represents the index of a subtotal data point. |
getQuartileCalculation() | @deprecated. Please use the ‘quartileCalculation’ property instead. Represents the statistical properties for the series. |
setQuartileCalculation(QuartileCalculationType) | @deprecated. Please use the ‘quartileCalculation’ property instead. Represents the statistical properties for the series. |
getMapLabelLayout() | @deprecated. Please use the ‘mapLabelLayout’ property instead. Gets and sets the layout of map labels. |
setMapLabelLayout(MapChartLabelLayout) | @deprecated. Please use the ‘mapLabelLayout’ property instead. Gets and sets the layout of map labels. |
isIntervalLeftClosed() | @deprecated. Please use the ‘isIntervalLeftClosed’ property instead. Indicates whether the interval is closed on the left side. |
setIsIntervalLeftClosed(boolean) | @deprecated. Please use the ‘isIntervalLeftClosed’ property instead. Indicates whether the interval is closed on the left side. |
getMapChartRegionType() | @deprecated. Please use the ‘mapChartRegionType’ property instead. Gets and sets the region type of the map. |
setMapChartRegionType(MapChartRegionType) | @deprecated. Please use the ‘mapChartRegionType’ property instead. Gets and sets the region type of the map. |
getMapChartProjectionType() | @deprecated. Please use the ‘mapChartProjectionType’ property instead. Gets and sets the projection type of the map. |
setMapChartProjectionType(MapChartProjectionType) | @deprecated. Please use the ‘mapChartProjectionType’ property instead. Gets and sets the projection type of the map. |
isNull() | Checks whether the implementation object is null. |
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;
getShowConnectorLines()
@deprecated. Please use the ‘showConnectorLines’ property instead. Indicates whether showing connector lines between data points.
getShowConnectorLines() : boolean;
setShowConnectorLines(boolean)
@deprecated. Please use the ‘showConnectorLines’ property instead. Indicates whether showing connector lines between data points.
setShowConnectorLines(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getShowMeanLine()
@deprecated. Please use the ‘showMeanLine’ property instead. Indicates whether showing the line connecting all mean points.
getShowMeanLine() : boolean;
setShowMeanLine(boolean)
@deprecated. Please use the ‘showMeanLine’ property instead. Indicates whether showing the line connecting all mean points.
setShowMeanLine(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getShowOutlierPoints()
@deprecated. Please use the ‘showOutlierPoints’ property instead. Indicates whether showing outlier data points.
getShowOutlierPoints() : boolean;
setShowOutlierPoints(boolean)
@deprecated. Please use the ‘showOutlierPoints’ property instead. Indicates whether showing outlier data points.
setShowOutlierPoints(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getShowMeanMarker()
@deprecated. Please use the ‘showMeanMarker’ property instead. Indicates whether showing markers denoting the mean.
getShowMeanMarker() : boolean;
setShowMeanMarker(boolean)
@deprecated. Please use the ‘showMeanMarker’ property instead. Indicates whether showing markers denoting the mean.
setShowMeanMarker(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getShowInnerPoints()
@deprecated. Please use the ‘showInnerPoints’ property instead. Indicates whether showing non-outlier data points.
getShowInnerPoints() : boolean;
setShowInnerPoints(boolean)
@deprecated. Please use the ‘showInnerPoints’ property instead. Indicates whether showing non-outlier data points.
setShowInnerPoints(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getSubtotals()
@deprecated. Please use the ‘subtotals’ property instead. Represents the index of a subtotal data point.
getSubtotals() : number[];
Returns
number[]
setSubtotals(number[])
@deprecated. Please use the ‘subtotals’ property instead. Represents the index of a subtotal data point.
setSubtotals(value: number[]) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | number[] | The value to set. |
getQuartileCalculation()
@deprecated. Please use the ‘quartileCalculation’ property instead. Represents the statistical properties for the series.
getQuartileCalculation() : QuartileCalculationType;
Returns
setQuartileCalculation(QuartileCalculationType)
@deprecated. Please use the ‘quartileCalculation’ property instead. Represents the statistical properties for the series.
setQuartileCalculation(value: QuartileCalculationType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | QuartileCalculationType | The value to set. |
getMapLabelLayout()
@deprecated. Please use the ‘mapLabelLayout’ property instead. Gets and sets the layout of map labels.
getMapLabelLayout() : MapChartLabelLayout;
Returns
setMapLabelLayout(MapChartLabelLayout)
@deprecated. Please use the ‘mapLabelLayout’ property instead. Gets and sets the layout of map labels.
setMapLabelLayout(value: MapChartLabelLayout) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | MapChartLabelLayout | The value to set. |
isIntervalLeftClosed()
@deprecated. Please use the ‘isIntervalLeftClosed’ property instead. Indicates whether the interval is closed on the left side.
isIntervalLeftClosed() : boolean;
setIsIntervalLeftClosed(boolean)
@deprecated. Please use the ‘isIntervalLeftClosed’ property instead. 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()
@deprecated. Please use the ‘mapChartRegionType’ property instead. Gets and sets the region type of the map.
getMapChartRegionType() : MapChartRegionType;
Returns
setMapChartRegionType(MapChartRegionType)
@deprecated. Please use the ‘mapChartRegionType’ property instead. Gets and sets the region type of the map.
setMapChartRegionType(value: MapChartRegionType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | MapChartRegionType | The value to set. |
getMapChartProjectionType()
@deprecated. Please use the ‘mapChartProjectionType’ property instead. Gets and sets the projection type of the map.
getMapChartProjectionType() : MapChartProjectionType;
Returns
setMapChartProjectionType(MapChartProjectionType)
@deprecated. Please use the ‘mapChartProjectionType’ property instead. 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;