<kendo:chart-valueAxisItem-plotBand-label-padding>

The padding of the label. A numeric value will set all paddings.

Example

<kendo:chart-valueAxisItem-plotBand-label>
    <kendo:chart-valueAxisItem-plotBand-label-padding></kendo:chart-valueAxisItem-plotBand-label-padding>
</kendo:chart-valueAxisItem-plotBand-label>

Configuration Attributes

bottom float

The bottom padding of the label.

Example

<kendo:chart-valueAxisItem-plotBand-label-padding bottom="bottom">
</kendo:chart-valueAxisItem-plotBand-label-padding>

left float

The left padding of the label.

Example

<kendo:chart-valueAxisItem-plotBand-label-padding left="left">
</kendo:chart-valueAxisItem-plotBand-label-padding>

The right padding of the label.

Example

<kendo:chart-valueAxisItem-plotBand-label-padding right="right">
</kendo:chart-valueAxisItem-plotBand-label-padding>

top float

The top padding of the label.

Example

<kendo:chart-valueAxisItem-plotBand-label-padding top="top">
</kendo:chart-valueAxisItem-plotBand-label-padding>
In this article
Not finding the help you need?