C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartStyle Class / FontFamily Property


In This Topic
FontFamily Property (ChartStyle)
In This Topic
Gets or sets the font family.
Syntax
'Declaration
 
Public Property FontFamily As String
 
'Usage
 
Dim instance As ChartStyle
Dim value As String
 
instance.FontFamily = value
 
value = instance.FontFamily
See Also