Represents the tick-mark labels associated with tick marks on a chart axis. More...
Inherits Object.
Public Member Functions | |
virtual intrusive_ptr< Aspose::Cells::IFont > | GetIFont ()=0 |
Returns a IFont object that represents the font of the specified TickLabels object. More... | |
virtual bool | GetAutoScaleFont ()=0 |
True if the text in the object changes font size when the object size changes. The default value is True. More... | |
virtual void | SetAutoScaleFont (bool value)=0 |
True if the text in the object changes font size when the object size changes. The default value is True. More... | |
virtual Aspose::Cells::Charts::BackgroundMode | GetBackgroundMode ()=0 |
Gets the display mode of the background More... | |
virtual void | SetBackgroundMode (Aspose::Cells::Charts::BackgroundMode value)=0 |
Sets the display mode of the background More... | |
virtual Aspose::Cells::Systems::Int32 | GetRotationAngle ()=0 |
Represents text rotation angle in clockwise. More... | |
virtual void | SetRotationAngle (Aspose::Cells::Systems::Int32 value)=0 |
Represents text rotation angle in clockwise. More... | |
virtual bool | IsAutomaticRotation ()=0 |
Indicates whether the rotation angle is automatic More... | |
virtual void | SetAutomaticRotation (bool value)=0 |
Indicates whether the rotation angle is automatic More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | Get_NumberFormat ()=0 |
Represents the format string for the TickLabels object. More... | |
virtual void | SetNumberFormat (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
Represents the format string for the TickLabels object. More... | |
virtual Aspose::Cells::Systems::Int32 | GetNumber ()=0 |
Represents the format number for the TickLabels object. More... | |
virtual void | SetNumber (Aspose::Cells::Systems::Int32 value)=0 |
Represents the format number for the TickLabels object. More... | |
virtual bool | GetNumberFormatLinked ()=0 |
True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). More... | |
virtual void | SetNumberFormatLinked (bool value)=0 |
True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells). More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetDisplayNumberFormat ()=0 |
Gets the display number format of tick labels. More... | |
virtual Aspose::Cells::Systems::Int32 | GetOffset ()=0 |
Gets the distance of labels from the axis. More... | |
virtual void | SetOffset (Aspose::Cells::Systems::Int32 value)=0 |
Sets the distance of labels from the axis. More... | |
virtual Aspose::Cells::TextDirectionType | GetTextDirection ()=0 |
Represents text reading order. More... | |
virtual void | SetTextDirection (Aspose::Cells::TextDirectionType value)=0 |
Represents text reading order. More... | |
virtual Aspose::Cells::TextDirectionType | GetReadingOrder ()=0 |
Represents text reading order. More... | |
virtual void | SetReadingOrder (Aspose::Cells::TextDirectionType value)=0 |
Represents text reading order. More... | |
virtual Aspose::Cells::Charts::ChartTextDirectionType | GetDirectionType ()=0 |
Gets and sets the direction of text. More... | |
virtual void | SetDirectionType (Aspose::Cells::Charts::ChartTextDirectionType value)=0 |
Gets and sets the direction of text. More... | |
Represents the tick-mark labels associated with tick marks on a chart axis.
|
pure virtual |
Represents the format string for the TickLabels object.
The formating string is same as a custom format string setting to a cell. For example, "$0".
|
pure virtual |
True if the text in the object changes font size when the object size changes. The default value is True.
|
pure virtual |
Gets the display mode of the background
|
pure virtual |
Gets and sets the direction of text.
|
pure virtual |
Gets the display number format of tick labels.
|
pure virtual |
Returns a IFont object that represents the font of the specified TickLabels object.
|
pure virtual |
Represents the format number for the TickLabels object.
|
pure virtual |
True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).
|
pure virtual |
Gets the distance of labels from the axis.
The default distance is 100 percent, which represents the default spacing between the axis labels and the axis line. The value can be an integer percentage from 0 through 1000, relative to the axis labels font size.
|
pure virtual |
Represents text reading order.
|
pure virtual |
Represents text rotation angle in clockwise.
0: Not rotated.
255: Top to Bottom.
-90: Downward.
90: Upward.
|
pure virtual |
Represents text reading order.
|
pure virtual |
Indicates whether the rotation angle is automatic
|
pure virtual |
Indicates whether the rotation angle is automatic
|
pure virtual |
True if the text in the object changes font size when the object size changes. The default value is True.
|
pure virtual |
Sets the display mode of the background
|
pure virtual |
Gets and sets the direction of text.
|
pure virtual |
Represents the format number for the TickLabels object.
|
pure virtual |
Represents the format string for the TickLabels object.
The formating string is same as a custom format string setting to a cell. For example, "$0".
|
pure virtual |
True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).
|
pure virtual |
Sets the distance of labels from the axis.
The default distance is 100 percent, which represents the default spacing between the axis labels and the axis line. The value can be an integer percentage from 0 through 1000, relative to the axis labels font size.
|
pure virtual |
Represents text reading order.
|
pure virtual |
Represents text rotation angle in clockwise.
0: Not rotated.
255: Top to Bottom.
-90: Downward.
90: Upward.
|
pure virtual |
Represents text reading order.