ChartXAxisMinorTicksSettingsTagHelper
Example
Razor
<minor-ticks/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| color | String | The color of the x axis minor ticks lines. Accepts a valid CSS color string, including hex and rgb. |
| size | Double | The length of the tick line in pixels. |
| skip | Double | The skip of the x axis minor ticks. |
| step | Double | The step of the x axis minor ticks. |
| visible | Boolean | If set to true the chart will display the x axis minor ticks. By default the x axis minor ticks are not visible. |
| width | Double | The width of the minor ticks in pixels. |