Skip to main content

TcxGridChartHistogramPlotHitTest Class

Contains the HitTest information about a chart’s plot area located at the inspected point.

Declaration

TcxGridChartHistogramPlotHitTest = class(
    TcxCustomGridChartDiagramHitTest
)

Remarks

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

See Also