Skip to main content

TcxGridChartHistogramValueAxisTitleHitTest Class

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

Declaration

TcxGridChartHistogramValueAxisTitleHitTest = class(
    TcxCustomGridChartHistogramAxisHitTest
)

Remarks

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

See Also