[]
Gets or sets the access key that allows you to quickly navigate to the ChartMapArea region.
public override string AccessKey { get; set; }
Public Overrides Property AccessKey As String
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. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The specified access key is neither null, an empty string (""), nor a single character string. |