Skip to main content

TcxGridChartValueLineHitTest Members

Contains the HitTest information about a line diagram‘s data marker located at the inspected point.

Fields

Name Description
CanDrillDown Determines whether a drill-down on a chart value that corresponds to the inspected data marker can be performed. Inherited from TcxGridChartValueHitTest.
Series Provides access to the series that corresponds to the inspected data marker. Inherited from TcxGridChartValueHitTest.
ValueIndex Returns the index of the chart value displayed by the inspected data marker within the VisibleValues collection. Inherited from TcxGridChartValueHitTest.

Properties

Name Description
GridView Provides access to the grid View whose element is located at the inspected point. Inherited from TcxCustomGridViewHitTest.
Pos Returns the coordinates of the grid point being inspected. Inherited from TcxCustomGridHitTest.
ViewInfo Provides access to the ViewInfo information about the grid element located at the inspected point. Inherited from TcxCustomGridHitTest.

Methods

Name Description
Clone Inherited from TcxCustomGridHitTest.
Cursor Specifies the image used to represent the mouse pointer when it hovers over the inspected grid element. Inherited from TcxCustomGridHitTest.
DragAndDropObjectClass Inherited from TcxCustomGridHitTest.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
HitTestCode Returns the hit code of the inspected grid element. Inherited from TcxCustomGridHitTest.
Instance(TPoint) Inherited from TcxCustomGridHitTest.
ToString Inherited from TObject.
See Also