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
public string Format {get; set;}
See Also