<kendo:chart-yAxisItem-title-margin>

The margin of the title. A numeric value will set all margins.

Example

<kendo:chart-yAxisItem-title>
    <kendo:chart-yAxisItem-title-margin></kendo:chart-yAxisItem-title-margin>
</kendo:chart-yAxisItem-title>

Configuration Attributes

bottom float

The bottom margin of the title.

Example

<kendo:chart-yAxisItem-title-margin bottom="bottom">
</kendo:chart-yAxisItem-title-margin>

left float

The left margin of the title.

Example

<kendo:chart-yAxisItem-title-margin left="left">
</kendo:chart-yAxisItem-title-margin>

The right margin of the title.

Example

<kendo:chart-yAxisItem-title-margin right="right">
</kendo:chart-yAxisItem-title-margin>

top float

The top margin of the title.

Example

<kendo:chart-yAxisItem-title-margin top="top">
</kendo:chart-yAxisItem-title-margin>
In this article
Not finding the help you need?