[]
Gets or sets the behavior of a ChartMapArea object in an FpChart control when the ChartMapArea is clicked.
public override HotSpotMode HotSpotMode { get; set; }
Public Overrides Property HotSpotMode As HotSpotMode
| Type | Description |
|---|---|
| HotSpotMode | One of the HotSpotMode enumeration values. The default is Default. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified type is not one of the HotSpotMode enumeration values. |