Spread for ASP.NET 12 Product Documentation
HotSpotMode Property (FpChart)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : HotSpotMode Property
Gets or sets the default behavior for the System.Web.UI.WebControls.HotSpot objects of an FpChart control when the System.Web.UI.WebControls.HotSpot objects are clicked.
Syntax
'Declaration
 
Public Overridable Property HotSpotMode As HotSpotMode
'Usage
 
Dim instance As FpChart
Dim value As HotSpotMode
 
instance.HotSpotMode = value
 
value = instance.HotSpotMode
public virtual HotSpotMode HotSpotMode {get; set;}

Property Value

One of the System.Web.UI.WebControls.HotSpotMode enumeration values. The default is NotSet.
See Also

Reference

FpChart Class
FpChart Members