Aspose::Cells::Charts::TickLabelItem class
Contents
[
Hide
]TickLabelItem class
Represents a tick label in the chart.
class TickLabelItem
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const TickLabelItem& src) | operator= |
TickLabelItem(TickLabelItem_Impl* impl) | Constructs from an implementation object. |
TickLabelItem(const TickLabelItem& src) | Copy constructor. |
~TickLabelItem() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++