Box
Map
A newer version of this page is available. Switch to the current version.

jQuery PolarChart - commonSeriesSettings.point.selectionStyle.border

An object defining the border properties for a selected point.

Type:

Object

This member is exposed by the following entities:

To set custom border settings specific to the 'selected' state for points in all series at once, use the properties of the commonSeriesSettings.point.selectionStyle.border configuration object.

To set custom border settings specific to the 'selected' state for points in all series of a single type at once, use the properties of the corresponding object within commonSeriesSettings (e.g. area.selectionStyle.border). The values that are set within this object override the corresponding common values that are set within the root commonSeriesSettings.selectionStyle.border object.

In case you have to set a selection style property for a point border in an individual series, use the selectionStyle.border object within the series object of the series array. The values that are set individually override corresponding common values.

color

Sets a border color for a selected point.

Type:

String

Default Value: undefined
This member is exposed by the following entities:

This property supports the following colors:

visible

Sets border visibility for a selected point.

Type:

Boolean

Default Value: true
This member is exposed by the following entities:

width

Sets a border width for a selected point.

Type:

Number

Default Value: 4
This member is exposed by the following entities: