New to Kendo UI for AngularStart a free 30-day trial

Represents a collection of one or more Y-axis configuration components.

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-chart-y-axis

Syntax:

html
<kendo-chart>
    <kendo-chart-y-axis>
        <kendo-chart-y-axis-item
          [background]="'rgba(100, 100, 100, 0.2)'"
          color="red"
          [notes]="notesConfig"
          [crosshair]="crosshairConfig">
        </kendo-chart-y-axis-item>
        <kendo-chart-y-axis-item name="secondAxis">
        </kendo-chart-y-axis-item>
    </kendo-chart-y-axis>
</kendo-chart>
In this article
Definition
Not finding the help you need?
Contact Support