Spread for ASP.NET 11 Product Documentation
LabelNumberFormat Property (IndexAxis)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > IndexAxis Class : LabelNumberFormat Property
Gets or sets the number format for labels.
Syntax
'Declaration
 
Public Property LabelNumberFormat As String
'Usage
 
Dim instance As IndexAxis
Dim value As String
 
instance.LabelNumberFormat = value
 
value = instance.LabelNumberFormat
public string LabelNumberFormat {get; set;}
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also

Reference

IndexAxis Class
IndexAxis Members