<kendo:linearGauge-scale-labels-margin>
The margin of the labels.
Example
<kendo:linearGauge-scale-labels>
<kendo:linearGauge-scale-labels-margin></kendo:linearGauge-scale-labels-margin>
</kendo:linearGauge-scale-labels>
Configuration Attributes
bottom float
The bottom margin of the labels.
Example
<kendo:linearGauge-scale-labels-margin bottom="bottom">
</kendo:linearGauge-scale-labels-margin>
left float
The left margin of the labels.
Example
<kendo:linearGauge-scale-labels-margin left="left">
</kendo:linearGauge-scale-labels-margin>
right float
The right margin of the labels.
Example
<kendo:linearGauge-scale-labels-margin right="right">
</kendo:linearGauge-scale-labels-margin>
top float
The top margin of the labels.
Example
<kendo:linearGauge-scale-labels-margin top="top">
</kendo:linearGauge-scale-labels-margin>