Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ISegmentDataFormatSupport Interface / GetFormatter Method
The index.


In This Topic
    GetFormatter Method (ISegmentDataFormatSupport)
    In This Topic
    Gets the formatter
    Syntax
    'Declaration
     
    
    Function GetFormatter( _
       ByVal index As Integer _
    ) As ILabelFormatter
    'Usage
     
    
    Dim instance As ISegmentDataFormatSupport
    Dim index As Integer
    Dim value As ILabelFormatter
     
    value = instance.GetFormatter(index)
    ILabelFormatter GetFormatter( 
       int index
    )

    Parameters

    index
    The index.
    See Also