ChartSeriesPatternSettingsTagHelper
Example
Razor
<pattern/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| background | String | The background color of the pattern. |
| color | String | The color of the pattern. Defaults to series color. |
| gap | Double | The gap between the elements of the pattern. |
| radius | Double | The radius of the dots. Applicable only for the "dots" pattern. |
| size | Double | The size of the squares in the grid. Applicable only for the "grid" pattern. |
| type | ChartSeriesPattern | Specifies the pattern type. |
| width | Double | The width of the lines. Applicable for the "crosshatch", "diagonalStripes" and "verticalStripes" patterns. |