SeriesLayoutProperties

SeriesLayoutProperties class

Represents the properties of series layout.

class SeriesLayoutProperties;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
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.

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:

ParameterTypeDescription
valuebooleanThe 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:

ParameterTypeDescription
valuebooleanThe 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:

ParameterTypeDescription
valuebooleanThe 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:

ParameterTypeDescription
valuebooleanThe 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:

ParameterTypeDescription
valuebooleanThe 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:

ParameterTypeDescription
valuenumber[]The value to set.

getQuartileCalculation()

Represents the statistical properties for the series.

getQuartileCalculation() : QuartileCalculationType;

Returns

QuartileCalculationType

setQuartileCalculation(QuartileCalculationType)

Represents the statistical properties for the series.

setQuartileCalculation(value: QuartileCalculationType) : void;

Parameters:

ParameterTypeDescription
valueQuartileCalculationTypeThe value to set.

getMapLabelLayout()

Gets and sets the layout of map labels.

getMapLabelLayout() : MapChartLabelLayout;

Returns

MapChartLabelLayout

setMapLabelLayout(MapChartLabelLayout)

Gets and sets the layout of map labels.

setMapLabelLayout(value: MapChartLabelLayout) : void;

Parameters:

ParameterTypeDescription
valueMapChartLabelLayoutThe 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:

ParameterTypeDescription
valuebooleanThe value to set.

getMapChartRegionType()

Gets and sets the region type of the map.

getMapChartRegionType() : MapChartRegionType;

Returns

MapChartRegionType

setMapChartRegionType(MapChartRegionType)

Gets and sets the region type of the map.

setMapChartRegionType(value: MapChartRegionType) : void;

Parameters:

ParameterTypeDescription
valueMapChartRegionTypeThe value to set.

getMapChartProjectionType()

Gets and sets the projection type of the map.

getMapChartProjectionType() : MapChartProjectionType;

Returns

MapChartProjectionType

setMapChartProjectionType(MapChartProjectionType)

Gets and sets the projection type of the map.

setMapChartProjectionType(value: MapChartProjectionType) : void;

Parameters:

ParameterTypeDescription
valueMapChartProjectionTypeThe value to set.