Aspose::Cells::Charts::AxisBins class
Contents
[
Hide
]AxisBins class
Represents axis bins.
class AxisBins
Methods
| Method | Description |
|---|---|
| AxisBins(AxisBins_Impl* impl) | Constructs from an implementation object. |
| AxisBins(const AxisBins& src) | Copy constructor. |
| GetCount() | Gets or set the count of axis bins. |
| GetOverflow() | Gets or set the overflow of axis bins. |
| GetUnderflow() | Gets or set the underflow of axis bins. |
| GetWidth() | Gets or sets the width of axis bin. |
| IsAutomatic() | Indicates whether the axis bins are automatic. |
| IsByCategory() | Indicates whether grouping data by category. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const AxisBins& src) | operator= |
| ResetOverflow() | (Deprecated) Reset the overflow. |
| ResetUnderflow() | (Deprecated) Reset the underflow. |
| SetCount(int32_t value) | Gets or set the count of axis bins. |
| SetIsAutomatic(bool value) | Indicates whether the axis bins are automatic. |
| SetIsByCategory(bool value) | Indicates whether grouping data by category. |
| SetOverflow(double value) | Gets or set the overflow of axis bins. |
| SetUnderflow(double value) | Gets or set the underflow of axis bins. |
| SetWidth(double value) | Gets or sets the width of axis bin. |
| ~AxisBins() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++