FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / 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 System.ICustomFormatter
    public System.ICustomFormatter Formatter {get; set;}
    See Also