Aspose::Words::Drawing::Charts::ChartAxisTitle class

ChartAxisTitle class

Provides access to the axis title properties. To learn more, visit the Working with Charts documentation article.

class ChartAxisTitle : public System::Object

Methods

MethodDescription
get_Font()Provides access to the font formatting of the axis title.
get_Format()Provides access to fill and line formatting of the axis title.
get_Overlay()Determines whether other chart elements shall be allowed to overlap the title. The default value is false.
get_Show()Determines whether the title shall be shown for the axis. The default value is false.
get_Text()Gets the text of the axis title. If null or empty value is specified, auto generated title will be shown.
GetType() const override
Is(const System::TypeInfo&) const override
set_Overlay(bool)Determines whether other chart elements shall be allowed to overlap the title. The default value is false.
set_Show(bool)Determines whether the title shall be shown for the axis. The default value is false.
set_Text(const System::String&)Sets the text of the axis title. If null or empty value is specified, auto generated title will be shown.
static Type()

See Also