.netCHARTING v10.5 Documentation


Hotspot Property (ChartArea)
Gets or sets the Hotspot of this ChartArea. This feature is designed for use with Navigator only at this time.
Syntax
'Declaration
 
Public Property Hotspot As Hotspot
'Usage
 
Dim instance As ChartArea
Dim value As Hotspot
 
instance.Hotspot = value
 
value = instance.Hotspot
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also