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 is enabled. |
| SetIsByCategory | Indicates whether grouping data by category is enabled. |
| IsAutomatic | Indicates whether the axis bins are automatic. |
| SetIsAutomatic | Indicates whether the axis bins are automatic. |
| GetWidth | Gets or sets the width of the axis bin. |
| SetWidth | Gets or sets the width of the axis bin. |
| GetCount | Gets or sets the count of axis bins |
| SetCount | Gets or sets the count of axis bins |
| GetOverflow | Gets or sets the overflow of axis bins |
| SetOverflow | Gets or sets the overflow of axis bins |
| GetUnderflow | Gets or sets the underflow of axis bins |
| SetUnderflow | Gets or sets the underflow of axis bins |