<kendo:stockChart-categoryAxisItem-autoBaseUnitSteps>

The discrete categoryAxis.baseUnitStep values when either categoryAxis.baseUnit is set to "fit" orcategoryAxis.baseUnitStep is set to "auto".

Example

<kendo:stockChart-categoryAxisItem>
    <kendo:stockChart-categoryAxisItem-autoBaseUnitSteps></kendo:stockChart-categoryAxisItem-autoBaseUnitSteps>
</kendo:stockChart-categoryAxisItem>

Configuration Attributes

days java.lang.Object

The days unit steps.

Example

<kendo:stockChart-categoryAxisItem-autoBaseUnitSteps days="days">
</kendo:stockChart-categoryAxisItem-autoBaseUnitSteps>

hours java.lang.Object

The hours unit steps.

Example

<kendo:stockChart-categoryAxisItem-autoBaseUnitSteps hours="hours">
</kendo:stockChart-categoryAxisItem-autoBaseUnitSteps>

minutes java.lang.Object

The minutes unit steps.

Example

<kendo:stockChart-categoryAxisItem-autoBaseUnitSteps minutes="minutes">
</kendo:stockChart-categoryAxisItem-autoBaseUnitSteps>

months java.lang.Object

The months unit steps.

Example

<kendo:stockChart-categoryAxisItem-autoBaseUnitSteps months="months">
</kendo:stockChart-categoryAxisItem-autoBaseUnitSteps>

weeks java.lang.Object

The weeks unit steps.

Example

<kendo:stockChart-categoryAxisItem-autoBaseUnitSteps weeks="weeks">
</kendo:stockChart-categoryAxisItem-autoBaseUnitSteps>

years java.lang.Object

The years unit steps.

Example

<kendo:stockChart-categoryAxisItem-autoBaseUnitSteps years="years">
</kendo:stockChart-categoryAxisItem-autoBaseUnitSteps>
In this article
Not finding the help you need?