Skip to main content

TcxGridChartTitleHitTest Class

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

Declaration

TcxGridChartTitleHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

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

Inheritance

See Also