FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / FlexChartBase Class / GetContent Method
The mouse position C1.Chart.HitTestInfo.
The string to search for a match.

In This Topic
    GetContent Method (FlexChartBase)
    In This Topic
    Gets the C1.Chart.Keywords content depending on mouse position C1.Chart.HitTestInfo.
    Syntax
    'Declaration
     
    Protected Overridable Function GetContent( _
       ByVal hti As HitTestInfo, _
       ByVal template As System.String _
    ) As System.String
    protected virtual System.string GetContent( 
       HitTestInfo hti,
       System.string template
    )

    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