ChartSeriesOutliersBorderSettingsTagHelper
Example
Razor
<border/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| color | String | The color of the border. Accepts a valid CSS color string, including hex and rgb. |
| color-handler | String | The color of the border. Accepts a valid CSS color string, including hex and rgb. |
| width | Double | The width of the border in pixels. By default the border width is set to zero which means that the border will not appear. |
| width-handler | String | The width of the border in pixels. By default the border width is set to zero which means that the border will not appear. |