ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / Formatter Property

In This Topic
    Formatter Property (Axis)
    In This Topic
    Gets or sets the custom formatter for axis labels.
    Syntax
    'Declaration
     
    
    Public Property Formatter As ICustomFormatter
    public ICustomFormatter Formatter {get; set;}
    See Also