ChartAxisTitle
GetCharacterFormat Method
|
Gets the font format used for the axis title.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public CharacterFormat GetCharacterFormat()
Public Function GetCharacterFormat As CharacterFormat
public:
CharacterFormat^ GetCharacterFormat()
member GetCharacterFormat : unit -> CharacterFormat
Return Value
Type:
CharacterFormat
The font of the axis title.
See Also