New to Kendo UI for Angular? Start a free 30-day trial
AutoBaseUnitSteps
Specifies the allowed time-interval steps when baseUnit is set to either "fit" or "auto".
Divides the active period into the smallest possible intervals
that do not exceed the set maxDateGroups value.
html
<kendo-chart-category-axis>
<kendo-chart-category-axis-item [autoBaseUnitSteps]="baseUnitSteps">
</kendo-chart-category-axis-item>
</kendo-chart-category-axis>| Name | Type | Default | Description |
|---|---|---|---|
days? |
|
Specifies the interval steps when displaying days. | |
hours? |
|
Specifies the interval steps when displaying hours. | |
milliseconds? |
|
Specifies the interval steps when displaying milliseconds. | |
minutes? |
|
Specifies the interval steps when displaying minutes. | |
months? |
|
Specifies the interval steps when displaying months. | |
seconds? |
|
Specifies the interval steps when displaying seconds. | |
weeks? |
|
Specifies the interval steps when displaying weeks. | |
years? |
|
Specifies the interval steps when displaying years. |