ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart Namespace / Axis Class / Formatter Property

In This Topic
    Formatter Property
    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