C1.Win.FlexChart.8 Assembly / C1.Win.Chart Namespace / FlexPie Class / GetContent Method
The mouse position C1.Chart.HitTestInfo.
The string to search for a match.

In This Topic
GetContent Method (FlexPie)
In This Topic
Gets the C1.Chart.Keywords content depending on mouse position C1.Chart.HitTestInfo.
Syntax
'Declaration
 
Protected Overrides Function GetContent( _
   ByVal hti As HitTestInfo, _
   ByVal template 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.
See Also