<kendo:linearGauge-scale-line>

Configures the axis line.

Example

<kendo:linearGauge-scale>
    <kendo:linearGauge-scale-line></kendo:linearGauge-scale-line>
</kendo:linearGauge-scale>

Configuration Attributes

color java.lang.String

The color of the lines. Any valid CSS color string will work here, including hex and rgb.

Example

<kendo:linearGauge-scale-line color="color">
</kendo:linearGauge-scale-line>

dashType java.lang.String

The dash type of the line.

Example

<kendo:linearGauge-scale-line dashType="dashType">
</kendo:linearGauge-scale-line>

visible boolean

The visibility of the lines.

Example

<kendo:linearGauge-scale-line visible="visible">
</kendo:linearGauge-scale-line>

width float

The width of the line..

Example

<kendo:linearGauge-scale-line width="width">
</kendo:linearGauge-scale-line>
In this article
Not finding the help you need?