<kendo:chart-plotArea-margin>

The margin of the chart plot area. A numeric value will set all margins.

Example

<kendo:chart-plotArea>
    <kendo:chart-plotArea-margin></kendo:chart-plotArea-margin>
</kendo:chart-plotArea>

Configuration Attributes

bottom float

The bottom margin of the chart plot area.

Example

<kendo:chart-plotArea-margin bottom="bottom">
</kendo:chart-plotArea-margin>

left float

The left margin of the chart plot area.

Example

<kendo:chart-plotArea-margin left="left">
</kendo:chart-plotArea-margin>

The right margin of the chart plot area.

Example

<kendo:chart-plotArea-margin right="right">
</kendo:chart-plotArea-margin>

top float

The top margin of the chart plot area.

Example

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