[]
        
(Showing Draft Content)

C1.Win.Chart.FlexChart.GetContent

GetContent Method

GetContent(HitTestInfo, string)

Gets the content depending on mouse position C1.Chart.HitTestInfo.

Declaration
protected override string GetContent(HitTestInfo hti, string template)
Parameters
Type Name Description
HitTestInfo hti

The mouse position C1.Chart.HitTestInfo.

string template

The string to search for a match.

Returns
Type Description
string

The string of the content.

Overrides