ChartCategoryAxisHighlightSettingsTagHelper
Example
Razor
<highlight>
<border />
</highlight>
ChildTags
| Tag Name | Details |
|---|---|
| border | ChartCategoryAxisHighlightBorderSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| color | String | The fill color of the category highlight. Accepts a valid CSS color string, including hex and rgb. |
| opacity | Double | The opacity of the category highlight. By default the category highlight is opaque. |
| visible | Boolean | If set to true the chart will display the category highlight. By default the category highlight is not displayed. |