TcxGridChartOptionsBehavior.GetValueHotTrack(Integer) Method
Returns True when the data marker under the mouse pointer is highlighted in a chart.
Declaration
function GetValueHotTrack(AValueIndex: Integer): Boolean; virtual;
Parameters
| Name | Type |
|---|---|
| AValueIndex | Integer |
Returns
| Type |
|---|
| Boolean |
Remarks
Use the ValueHotTrack property to specify when data markers can be highlighted by end-users.
See Also