New to Kendo UI for AngularStart 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>
NameTypeDefaultDescription

days?

number[]

Specifies the interval steps when displaying days.

hours?

number[]

Specifies the interval steps when displaying hours.

milliseconds?

number[]

Specifies the interval steps when displaying milliseconds.

minutes?

number[]

Specifies the interval steps when displaying minutes.

months?

number[]

Specifies the interval steps when displaying months.

seconds?

number[]

Specifies the interval steps when displaying seconds.

weeks?

number[]

Specifies the interval steps when displaying weeks.

years?

number[]

Specifies the interval steps when displaying years.

Not finding the help you need?
Contact Support