Skip to main content

TcxGridChartHistogramCategoryAxisTitleHitTest Class

Contains the HitTest information about a category axis title located at the inspected point.

Declaration

TcxGridChartHistogramCategoryAxisTitleHitTest = class(
    TcxCustomGridChartHistogramAxisHitTest
)

Remarks

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

See Also