Aspose::Cells::Charts::AxisBins class

AxisBins class

Represents axis bins.

class AxisBins

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const AxisBins& src)operator=
ResetOverflow()Reset the overflow.
ResetUnderflow()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

FieldDescription
_implThe implementation object.

See Also