Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IChartSupportDataSourceFormater Interface / GetFormatter Method


In This Topic
    GetFormatter Method (IChartSupportDataSourceFormater)
    In This Topic
    Get the formater by index.
    Syntax
    'Declaration
     
    
    Function GetFormatter( _
       ByVal index As Integer _
    ) As ILabelFormatter
    'Usage
     
    
    Dim instance As IChartSupportDataSourceFormater
    Dim index As Integer
    Dim value As ILabelFormatter
     
    value = instance.GetFormatter(index)
    ILabelFormatter GetFormatter( 
       int index
    )

    Parameters

    index
    See Also