AxisBins
AxisBins class
Represents axis bins
Properties
| Name | Type | Description |
|---|---|---|
| IsByCategory | boolean | Indicates whether grouping data by category |
| IsAutomatic | boolean | Indicates whether the axis bins are automatic. |
| Width | Number | Gets or sets the width of axis bin |
| Count | Number | Gets or set the count of axis bins |
| Overflow | Number | Gets or set the overflow of axis bins |
| Underflow | Number | Gets or set the underflow of axis bins |
Methods
| Name | Description |
|---|---|
| resetOverflow | Reset 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.