Visual Basic (Declaration) | |
---|---|
Public Property EnableMouseTracking As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool EnableMouseTracking {get; set;} |
The chart can track the mouse position to determine the values of data at those
positions. The mouse is tracked across the chart area and preview area and the values
are reported in the respective chart area legends. When hovering cells on axes, the
legends will reflect calculations based on the ranges of those cells.