Gets or sets the number format for labels.
Syntax
'Declaration
Public Property LabelNumberFormat As String
'Usage
Dim instance As ValueAxis
Dim value As String
instance.LabelNumberFormat = value
value = instance.LabelNumberFormat
public string LabelNumberFormat {get; set;}
Exceptions
See Also