dotnetCHARTING Send comments on this topic.
Hotspot Property
See Also 
dotnetCHARTING Namespace > ChartArea Class : Hotspot Property


Gets or sets the Hotspot of this ChartArea. This feature is designed for use with Navigator only at this time.

Syntax

Visual Basic (Declaration) 
Public Property Hotspot As Hotspot
Visual Basic (Usage)Copy Code
Dim instance As ChartArea
Dim value As Hotspot
 
instance.Hotspot = value
 
value = instance.Hotspot
C# 
public Hotspot Hotspot {get; set;}

Remarks

Specialized tokens YValue and XValue can be used in this hotspot's strings. Unlike other tokens used with hotspots where the values are the same for the entire hotspot area, these tokens refer to the mouse position on the chart area. For example, if used with tooltips, the tooltip text will change depending on the mouse position.

See Also

© 2021 All Rights Reserved.