[]
        
(Showing Draft Content)

FarPoint.Web.Chart.ChartMapArea.AccessKey

AccessKey Property

AccessKey

Gets or sets the access key that allows you to quickly navigate to the ChartMapArea region.

Declaration
public override string AccessKey { get; set; }
Public Overrides Property AccessKey As String
Property Value
Type Description
string

The access key for quick navigation to the ChartMapArea region. The default value is Empty, which indicates that this property is not set.

Overrides
Exceptions
Type Condition
ArgumentOutOfRangeException

The specified access key is neither null, an empty string (""), nor a single character string.