C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartAxis Class / Format Property


In This Topic
Format Property (ChartAxis)
In This Topic
Gets or set formatting string for axis labels.
Syntax
'Declaration
 
Public Property Format As String
 
'Usage
 
Dim instance As ChartAxis
Dim value As String
 
instance.Format = value
 
value = instance.Format
See Also