ChartCategoryAxisHighlightBorderSettingsTagHelper
Example
Razor
<border/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| color | String | The color of the category highlight border. Accepts a valid CSS color string, including hex and rgb. |
| dash-type | ChartDashType | The dash type for the highlighted category border. |
| opacity | Double | The opacity of the category highlight border. By default the category highlight border is opaque. |
| width | Double | The width of the category highlight border in pixels. By default the border width is set to zero which means that the border will not appear. |