C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartAxis Class / Title Property


In This Topic
Title Property (ChartAxis)
In This Topic
Gets or sets the axis title.
Syntax
'Declaration
 
Public Property Title As String
 
'Usage
 
Dim instance As ChartAxis
Dim value As String
 
instance.Title = value
 
value = instance.Title
See Also