Provides access to the chart title properties.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ChartTitle Title { get; }
Public ReadOnly Property Title As ChartTitle
Get
public:
property ChartTitle^ Title {
ChartTitle^ get ();
}
member Title : ChartTitle with get
Property Value
Type:
ChartTitle
See Also