FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PolarAngleAxis Class / LabelNumberFormat Property


LabelNumberFormat Property (PolarAngleAxis)
Gets or sets the number format for labels.
Syntax
'Declaration
 
Public Property LabelNumberFormat As String
 
'Usage
 
Dim instance As PolarAngleAxis
Dim value As String
 
instance.LabelNumberFormat = value
 
value = instance.LabelNumberFormat
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also