AxisBins

AxisBins class

Represents axis bins

class AxisBins;

Properties

PropertyTypeDescription
isByCategorybooleanIndicates whether grouping data by category is enabled.
isAutomaticbooleanIndicates whether the axis bins are automatic.
widthnumberGets or sets the width of the axis bin.
countnumberGets or sets the count of axis bins
overflownumberGets or sets the overflow of axis bins
underflownumberGets or sets the underflow of axis bins

Methods

MethodDescription
resetOverflow()Reset the overflow
resetUnderflow()Reset the underflow

isByCategory

Indicates whether grouping data by category is enabled.

isByCategory : boolean;

isAutomatic

Indicates whether the axis bins are automatic.

isAutomatic : boolean;

Remarks

If Width or Count is called, the value will be false.

width

Gets or sets the width of the axis bin.

width : number;

count

Gets or sets the count of axis bins

count : number;

overflow

Gets or sets the overflow of axis bins

overflow : number;

underflow

Gets or sets the underflow of axis bins

underflow : number;

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.