TcxGridChartHistogramPlotHitTest Class
In This Article
Stores HitTest information about a chart’s plot area located at the inspected point.
#Declaration
Delphi
TcxGridChartHistogramPlotHitTest = class(
TcxCustomGridChartDiagramHitTest
)
#Remarks
The TcxGridChartHistogramPlotHitTest
class overrides the HitTestCode function to return the htPlot
hit code if a chart’s plot area is located at the inspected point.
#Inheritance
TObject
TcxCustomGridHitTest
TcxCustomGridViewHitTest
TcxCustomGridChartDiagramHitTest
TcxGridChartHistogramPlotHitTest
See Also