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


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