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


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