Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Series Class / LabelNumberFormat Property
Example


In This Topic
    LabelNumberFormat Property (Series)
    In This Topic
    Gets or sets the number format for labels.
    Syntax
    'Declaration
     
    
    Public Property LabelNumberFormat As String
    'Usage
     
    
    Dim instance As Series
    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).
    Example
    This example formats the series label.
    See Also