ChartSeriesExtremesSettingsTagHelper
Example
Razor
<extremes>
<border />
</extremes>
ChildTags
Tag Name | Details |
---|---|
border | ChartSeriesExtremesBorderSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
background | String | The background color of the series outliers. |
background-handler | String | The background color of the series outliers. |
rotation | Double | The rotation angle of the extremes. |
rotation-handler | String | The rotation angle of the extremes. |
size | Double | The extremes size in pixels. |
size-handler | String | The extremes size in pixels. |
type | String | The extremes shape.The supported values are: * "circle" - the marker shape is circle. * "square" - the marker shape is square. * "triangle" - the marker shape is triangle. * "cross" - the marker shape is cross. |
type-handler | String | The extremes shape.The supported values are: * "circle" - the marker shape is circle. * "square" - the marker shape is square. * "triangle" - the marker shape is triangle. * "cross" - the marker shape is cross. |