AxisBins Class

AxisBins class

Represents axis bins


type AxisBins struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsByCategoryIndicates whether grouping data by category is enabled.
SetIsByCategoryIndicates whether grouping data by category is enabled.
IsAutomaticIndicates whether the axis bins are automatic.
SetIsAutomaticIndicates whether the axis bins are automatic.
GetWidthGets or sets the width of the axis bin.
SetWidthGets or sets the width of the axis bin.
GetCountGets or sets the count of axis bins
SetCountGets or sets the count of axis bins
GetOverflowGets or sets the overflow of axis bins
SetOverflowGets or sets the overflow of axis bins
GetUnderflowGets or sets the underflow of axis bins
SetUnderflowGets or sets the underflow of axis bins