AxisBins

AxisBins class

Represents axis bins

class AxisBins;

Methods

MethodDescription
isByCategory()Indicates whether grouping data by category
setIsByCategory(boolean)Indicates whether grouping data by category
isAutomatic()Indicates whether the axis bins are automatic.
setIsAutomatic(boolean)Indicates whether the axis bins are automatic.
getWidth()Gets or sets the width of axis bin
setWidth(number)Gets or sets the width of axis bin
getCount()Gets or set the count of axis bins
setCount(number)Gets or set the count of axis bins
getOverflow()Gets or set the overflow of axis bins
setOverflow(number)Gets or set the overflow of axis bins
getUnderflow()Gets or set the underflow of axis bins
setUnderflow(number)Gets or set the underflow of axis bins
resetOverflow()Reset the overflow
resetUnderflow()Reset the underflow

isByCategory()

Indicates whether grouping data by category

isByCategory() : boolean;

setIsByCategory(boolean)

Indicates whether grouping data by category

setIsByCategory(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.

isAutomatic()

Indicates whether the axis bins are automatic.

isAutomatic() : boolean;

setIsAutomatic(boolean)

Indicates whether the axis bins are automatic.

setIsAutomatic(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.

getWidth()

Gets or sets the width of axis bin

getWidth() : number;

setWidth(number)

Gets or sets the width of axis bin

setWidth(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getCount()

Gets or set the count of axis bins

getCount() : number;

setCount(number)

Gets or set the count of axis bins

setCount(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getOverflow()

Gets or set the overflow of axis bins

getOverflow() : number;

setOverflow(number)

Gets or set the overflow of axis bins

setOverflow(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

getUnderflow()

Gets or set the underflow of axis bins

getUnderflow() : number;

setUnderflow(number)

Gets or set the underflow of axis bins

setUnderflow(value: number) : void;

Parameters:

ParameterTypeDescription
valuenumberThe value to set.

resetOverflow()

Reset the overflow

resetOverflow() : void;

Remarks

NOTE: This method is now obsolete. This is an internal method that does not need to be called externally to avoid causing problems. This property will be removed 12 months later since July 2024. Aspose apologizes for any inconvenience you may have experienced.

resetUnderflow()

Reset the underflow

resetUnderflow() : void;

Remarks

NOTE: This method is now obsolete. This is an internal method that does not need to be called externally to avoid causing problems. This property will be removed 12 months later since July 2024. Aspose apologizes for any inconvenience you may have experienced.