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 sets the count of axis bins.
GetOverflow()Gets or sets the overflow of axis bins.
GetUnderflow()Gets or sets the underflow of axis bins.
GetWidth()Gets or sets the width of the axis bin.
IsAutomatic()Indicates whether the axis bins are automatic.
IsByCategory()Indicates whether grouping data by category is enabled.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const AxisBins& src)operator=
ResetOverflow()(Deprecated) Reset the overflow.
ResetUnderflow()(Deprecated) Reset the underflow.
SetCount(int32_t value)Gets or sets the count of axis bins.
SetIsAutomatic(bool value)Indicates whether the axis bins are automatic.
SetIsByCategory(bool value)Indicates whether grouping data by category is enabled.
SetOverflow(double value)Gets or sets the overflow of axis bins.
SetUnderflow(double value)Gets or sets the underflow of axis bins.
SetWidth(double value)Gets or sets the width of the axis bin.
~AxisBins()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also