In This Topic
Gets or sets the format of the axis annotation.
Syntax
'Declaration
Public Property AnnoFormat As String
'Usage
Dim instance As Axis
Dim value As String
instance.AnnoFormat = value
value = instance.AnnoFormat
public string AnnoFormat {get; set;}
See Also