Aspose::Cells::Charts::TickLabelItem class

TickLabelItem class

Represents a tick label in the chart.

class TickLabelItem

Methods

MethodDescription
GetHeight()Height of Ticklabel item in ratio of chart height.
GetWidth()Width of Ticklabel item in ratio of chart width.
GetX()X coordinates of Ticklabel item in ratio of chart width.
GetY()Y coordinates of Ticklabel item in ratio of chart height.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const TickLabelItem& src)operator=
TickLabelItem(TickLabelItem_Impl* impl)Constructs from an implementation object.
TickLabelItem(const TickLabelItem& src)Copy constructor.
~TickLabelItem()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also