Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / LabelFormatter Property


In This Topic
    LabelFormatter Property
    In This Topic
    Gets or sets the label formatter.
    Syntax
    'Declaration
     
    Public Property LabelFormatter As IFormatter
    'Usage
     
    Dim instance As Axis
    Dim value As IFormatter
     
    instance.LabelFormatter = value
     
    value = instance.LabelFormatter
    public IFormatter LabelFormatter {get; set;}
    See Also