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
SetIsByCategoryIndicates whether grouping data by category
IsAutomaticIndicates whether the axis bins are automatic.
SetIsAutomaticIndicates whether the axis bins are automatic.
GetWidthGets or sets the width of axis bin
SetWidthGets or sets the width of axis bin
GetCountGets or set the count of axis bins
SetCountGets or set the count of axis bins
GetOverflowGets or set the overflow of axis bins
SetOverflowGets or set the overflow of axis bins
GetUnderflowGets or set the underflow of axis bins
SetUnderflowGets or set the underflow of axis bins