Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ChartModel Class / AddLabelNumberFormatPlugin Method
A FarPoint.Win.Chart.Design.ILabelFormatterPlugin plugin


In This Topic
    AddLabelNumberFormatPlugin Method
    In This Topic
    Adds a plugin which can be added to the Label Format dialog to support new formats.
    Syntax
    'Declaration
     
    
    Public Shared Sub AddLabelNumberFormatPlugin( _
       ByVal plugin As ILabelFormatterPlugin _
    ) 
    'Usage
     
    
    Dim plugin As ILabelFormatterPlugin
     
    ChartModel.AddLabelNumberFormatPlugin(plugin)
    public static void AddLabelNumberFormatPlugin( 
       ILabelFormatterPlugin plugin
    )

    Parameters

    plugin
    A FarPoint.Win.Chart.Design.ILabelFormatterPlugin plugin
    See Also