Skip to main content

TcxGridChartLegendHitTest Class

Contains the HitTest information about the chart legend located at the inspected point.

Declaration

TcxGridChartLegendHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

This class does not introduce any new functionality, but instead, overrides the HitTestCode method to return the htLegend hit code if a chart legend is located at the inspected point.

Inheritance

See Also