AxisBins

AxisBins class

Represents axis bins

Properties

NameTypeDescription
IsByCategorybooleanIndicates whether grouping data by category
IsAutomaticbooleanIndicates whether the axis bins are automatic.
WidthNumberGets or sets the width of axis bin
CountNumberGets or set the count of axis bins
OverflowNumberGets or set the overflow of axis bins
UnderflowNumberGets or set the underflow of axis bins

Methods

NameDescription
resetOverflowReset the overflow

NOTE: This method is now obsolete. This is an internal method that does not need to be called extern | | resetUnderflow | Reset the underflow

NOTE: This method is now obsolete. This is an internal method that does not need to be called exter |

AxisBins.IsByCategory property

Indicates whether grouping data by category

Type: boolean

AxisBins.IsAutomatic property

Indicates whether the axis bins are automatic.

Type: boolean

AxisBins.Width property

Gets or sets the width of axis bin

Type: Number

AxisBins.Count property

Gets or set the count of axis bins

Type: Number

AxisBins.Overflow property

Gets or set the overflow of axis bins

Type: Number

AxisBins.Underflow property

Gets or set the underflow of axis bins

Type: Number

resetOverflow()

Reset the overflow

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

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.