ChartAxisTitle

ChartAxisTitle

Overview

ChartAxisTitle is a class in Aspose.Words FOSS for .NET.

Provides access to the axis title properties.

Properties: Font, Format, Orientation, Overlay, Rotation, Show, and 1 more.

Properties

NameTypeAccessDescription
TextstringRead/WriteGets or sets the text of the axis title.
OverlayboolRead/WriteDetermines whether other chart elements shall be allowed to overlap the title.
ShowboolRead/WriteDetermines whether the title shall be shown for the axis.
FontFontReadProvides access to the font formatting of the axis title.
FormatChartFormatReadProvides access to fill and line formatting of the axis title.
OrientationShapeTextOrientationRead/WriteGets or sets the orientation of the axis title text.
RotationintRead/WriteGets or sets the rotation of the axis title in degrees.

See Also