Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ChartLabelStyleInfo Class / Formatter Property


In This Topic
    Formatter Property (ChartLabelStyleInfo)
    In This Topic
    Gets or sets the formatter.
    Syntax
    'Declaration
     
    Public Property Formatter As IFormatter
    'Usage
     
    Dim instance As ChartLabelStyleInfo
    Dim value As IFormatter
     
    instance.Formatter = value
     
    value = instance.Formatter
    public IFormatter Formatter {get; set;}

    Property Value

    The formatter.
    See Also