Kendo.Mvc.UI.Fluent.LinearGaugePointerTrackSettingsBuilder
Defines the fluent API for configuring LinearGaugePointerTrackSettings
Methods
Border(System.Action<Kendo.Mvc.UI.Fluent.LinearGaugePointerTrackBorderSettingsBuilder>)
The border of the track.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.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 Kendo.Mvc.UI.ChartDashType
The pointer dash type.
Example (ASPX)
<% 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.