GetContent Method (FlexChartBase)
Gets the
C1.Chart.Keywords content depending on mouse position
C1.Chart.HitTestInfo.
protected virtual System.string GetContent(
HitTestInfo ,
System.string
)
'Declaration
Protected Overridable Function GetContent( _
ByVal As HitTestInfo, _
ByVal As System.String _
) As System.String
Parameters
- hti
- The mouse position C1.Chart.HitTestInfo.
- template
- The string to search for a match.
Return Value
The string of the C1.Chart.Keywords content.