ChartXAxisLabelsDateFormatsSettingsTagHelper
Example
Razor
<chart-x-axis-labels-date-formats/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| days | String | The format used when xAxis.baseUnit is set to "days". |
| hours | String | The format used when xAxis.baseUnit is set to "hours". |
| months | String | The format used when xAxis.baseUnit is set to "months". |
| weeks | String | The format used when xAxis.baseUnit is set to "weeks". |
| years | String | The format used when xAxis.baseUnit is set to "years". |