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