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


In This Topic
FontAttributes Property (ChartStyle)
In This Topic
Gets or sets the font attributes.
Syntax
'Declaration
 
Public Property FontAttributes As Android.Graphics.TypefaceStyle
 
'Usage
 
Dim instance As ChartStyle
Dim value As Android.Graphics.TypefaceStyle
 
instance.FontAttributes = value
 
value = instance.FontAttributes
See Also