Aspose::Cells::Charts::TickLabelItem class

TickLabelItem class

Represents a tick label in the chart.

class TickLabelItem

Methods

MethodDescription
GetHeight()Height of Ticklabel item as a ratio of chart height.
GetWidth()Width of Ticklabel item as a ratio of chart width.
GetX()X coordinates of Ticklabel item as a ratio of chart width.
GetY()Y coordinates of Ticklabel item as a ratio of the 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