Back to Devexpress

TcxGridChartLegendItemHitTest Class

vcl-cxgridchartview-6e47444a.md

latest1.5 KB
Original Source

TcxGridChartLegendItemHitTest Class

Stores HitTest information about the chart legend item located at the inspected point.

Declaration

delphi
TcxGridChartLegendItemHitTest = class(
    TcxCustomGridViewHitTest
)

Remarks

This class introduces the following properties:

IndexDetermines the position of the legend item within the chart legend.SeriesProvides access to the series that corresponds to the legend item.ValueIndexReturns the series value that corresponds to the inspected legend item.

In addition, the TcxGridChartLegendItemHitTest class overrides the HitTestCode method to return the htLegendItem hit code if a band is located at the inspected point.

Inheritance

TObject TcxCustomGridHitTest TcxCustomGridViewHitTest TcxGridChartLegendItemHitTest

See Also

TcxGridChartLegendItemHitTest Members

cxGridChartView Unit