Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ITickLabels Interface / NumberFormat Property


In This Topic
    NumberFormat Property (ITickLabels)
    In This Topic
    Gets or sets a string value that represents the format code for the object.
    Syntax
    'Declaration
     
    Property NumberFormat As String
    'Usage
     
    Dim instance As ITickLabels
    Dim value As String
     
    instance.NumberFormat = value
     
    value = instance.NumberFormat
    string NumberFormat {get; set;}
    See Also