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.
'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.