New to Kendo UI for Angular? Start a free 30-day trial

XAxisComponent

A collection of one or more X-axis configuration components.

<kendo-chart>
    <kendo-chart-x-axis>
        <kendo-chart-x-axis-item
          [background]="'rgba(100, 100, 100, 0.2)'"
          color="red"
          [notes]="notesConfig"
          [crosshair]="crosshairConfig">
        </kendo-chart-x-axis-item>
        <kendo-chart-x-axis-item name="secondAxis">
        </kendo-chart-x-axis-item>
    </kendo-chart-x-axis>
</kendo-chart>

Selector

kendo-chart-x-axis

In this article

Not finding the help you need?