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


In This Topic
Footer Property
In This Topic
Gets or sets the chart footer text.
Syntax
'Declaration
 
Public Property Footer As String
 
'Usage
 
Dim instance As ChartBase
Dim value As String
 
instance.Footer = value
 
value = instance.Footer
See Also