border
An object defining the border options for a selected series.
Type:
To set custom border settings specific to the 'selected' state for the series, use the properties of the series | selectionStyle | border configuration object.
color
Sets a border color for a selected series.
This option supports the following colors.
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
dashStyle
Specifies a dash style for the border of a selected series point.
The following values are available.
- solid
Displays a solid, continuous line. - longDash
Displays a border using long dashes. - dash
Displays a border using dashes. - dot
Displays a border using dots. - any combination of 'longDash', 'dash' and 'dot'
Displays a border by repeating the specified combination. For instance, 'dashdotdash'.
When configuring the widget using ASP.NET MVC Wrappers, specify this option using the DashStyle
enum. This enum accepts the following values: Solid
, LongDash
, Dash
and Dot
.
characters remaining