[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.CellRangeSegmentData.GetFormatter

GetFormatter Method

GetFormatter(int)

Gets the formattr at the specified index.

Declaration
public ILabelFormatter GetFormatter(int index)
Public Function GetFormatter(index As Integer) As ILabelFormatter
Parameters
Type Name Description
int index

the index.

Returns
Type Description
ILabelFormatter

the formattr at the specified index.

Implements