ComponentOne FlexChart for WinForms
Format Property


C1.Win.Chart Namespace > Axis Class : Format Property
Gets or sets the format string used for the axis labels.
Syntax
'Declaration
 
Public Property Format As String
'Usage
 
Dim instance As Axis
Dim value As String
 
instance.Format = value
 
value = instance.Format
public string Format {get; set;}
See Also

Reference

Axis Class
Axis Members