ChartTitle

Overview

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

Provides access to the chart title properties.

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

Properties

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

See Also