C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / FooterStyle Property


In This Topic
FooterStyle Property
In This Topic
Gets or sets chart footer style.
Syntax
'Declaration
 
Public Property FooterStyle As ChartStyle
 
'Usage
 
Dim instance As ChartBase
Dim value As ChartStyle
 
instance.FooterStyle = value
 
value = instance.FooterStyle
See Also