AxisBins Class
Contents
[
Hide
]AxisBins class
Represents axis bins
type AxisBins struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
IsByCategory | Indicates whether grouping data by category |
SetIsByCategory | Indicates whether grouping data by category |
IsAutomatic | Indicates whether the axis bins are automatic. |
SetIsAutomatic | Indicates whether the axis bins are automatic. |
GetWidth | Gets or sets the width of axis bin |
SetWidth | Gets or sets the width of axis bin |
GetCount | Gets or set the count of axis bins |
SetCount | Gets or set the count of axis bins |
GetOverflow | Gets or set the overflow of axis bins |
SetOverflow | Gets or set the overflow of axis bins |
GetUnderflow | Gets or set the underflow of axis bins |
SetUnderflow | Gets or set the underflow of axis bins |