Spread Windows Forms 12.0 Product Documentation
AddLabelNumberFormatPlugin Method


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > ChartModel Class : AddLabelNumberFormatPlugin Method
A FarPoint.Win.Chart.Design.ILabelFormatterPlugin plugin
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

Reference

ChartModel Class
ChartModel Members