[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SpreadChart.GetSeriesDataPointTooltip

GetSeriesDataPointTooltip Method

GetSeriesDataPointTooltip(Series, int, int)

Gets the series tooltip value.

Declaration
protected virtual string GetSeriesDataPointTooltip(Series series, int index, int elementIndex)
Protected Overridable Function GetSeriesDataPointTooltip(series As Series, index As Integer, elementIndex As Integer) As String
Parameters
Type Name Description
Series series

The series.

int index

The index of data point base on 0 (zero).

int elementIndex
Returns
Type Description
string

The series tooltip value.

GetSeriesDataPointTooltip(Series, int)

Gets the series tooltip value.

Declaration
protected virtual string GetSeriesDataPointTooltip(Series series, int index)
Protected Overridable Function GetSeriesDataPointTooltip(series As Series, index As Integer) As String
Parameters
Type Name Description
Series series

The series.

int index

The index of data point base on 0 (zero).

Returns
Type Description
string

The series tooltip value.