[]
Gets the series tooltip value.
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
Type | Name | Description |
---|---|---|
Series | series | The series. |
int | index | The index of data point base on 0 (zero). |
int | elementIndex |
Type | Description |
---|---|
string | The series tooltip value. |
Gets the series tooltip value.
protected virtual string GetSeriesDataPointTooltip(Series series, int index)
Protected Overridable Function GetSeriesDataPointTooltip(series As Series, index As Integer) As String
Type | Name | Description |
---|---|---|
Series | series | The series. |
int | index | The index of data point base on 0 (zero). |
Type | Description |
---|---|
string | The series tooltip value. |