Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Axis Class / LabelFormatter Property


In This Topic
    LabelFormatter Property (Axis)
    In This Topic
    Gets or sets the label formatter object for the axis labels.
    Syntax
    'Declaration
     
    
    Public Property LabelFormatter As ILabelFormatter
    'Usage
     
    
    Dim instance As Axis
    Dim value As ILabelFormatter
     
    instance.LabelFormatter = value
     
    value = instance.LabelFormatter
    public ILabelFormatter LabelFormatter {get; set;}
    See Also