In This Topic
Gets the font properties for the alternate text. This property is read-only. It doesn't affect this component.
Syntax
'Declaration
Public Overrides ReadOnly Property Font As FontInfo
'Usage
Dim instance As FpChart
Dim value As FontInfo
value = instance.Font
public override FontInfo Font {get;}
See Also