New to Telerik UI for ASP.NET Core? Download free 30-day trial

LinearGaugePointerTrackSettingsBuilder

Methods

Border(System.Action)

The border of the track.

Parameters

configurator - System.Action<LinearGaugePointerTrackBorderSettingsBuilder>

The configurator for the border setting.

Border(System.Int32,System.String,Kendo.Mvc.UI.ChartDashType)

Sets the track border.

Parameters

width - System.Int32

The pointer border width.

color - System.String

The pointer border color.

dashType - ChartDashType

The pointer dash type.

Example


            @( Html.Kendo().LinearGauge()
                      .Name("linearGauge")
                      .Pointer(pointer => pointer
                          .Track(track => track.Border(1, "#000", ChartDashType.Dot))
                      )         
                      .Render();
            )

Color(System.String)

The color of the track.

Parameters

value - System.String

The value for Color

Opacity(System.Double)

The opacity of the track.

Parameters

value - System.Double

The value for Opacity

Size(System.Double)

The size of the track.

Parameters

value - System.Double

The value for Size

Visible(System.Boolean)

The visibility of the track.

Parameters

value - System.Boolean

The value for Visible

Visible()

The visibility of the track.

In this article
Not finding the help you need?