Kendo.Mvc.UI.Fluent.LinearGaugeScaleLabelsSettingsBuilder
Defines the fluent API for configuring LinearGaugeScaleLabelsSettings
Methods
Margin(System.Int32)
Parameters
margin System.Int32
The labels margin.
Margin(System.Int32,System.Int32,System.Int32,System.Int32)
Sets the labels margin
Parameters
top System.Int32
The labels top margin.
right System.Int32
The labels right margin.
bottom System.Int32
The labels bottom margin.
left System.Int32
The labels left margin.
Padding(System.Int32)
Parameters
padding System.Int32
The labels padding.
Padding(System.Int32,System.Int32,System.Int32,System.Int32)
Sets the labels padding
Parameters
top System.Int32
The labels top padding.
right System.Int32
The labels right padding.
bottom System.Int32
The labels bottom padding.
left System.Int32
The labels left padding.
Border(System.Int32,System.String,Kendo.Mvc.UI.ChartDashType)
Sets the labels border
Parameters
width System.Int32
The labels border width.
color System.String
The labels border color (CSS syntax).
dashType Kendo.Mvc.UI.ChartDashType
The labels border dash type.
Opacity(System.Double)
Sets the labels opacity.
Parameters
opacity System.Double
The series opacity in the range from 0 (transparent) to 1 (opaque). The default value is 1.
Background(System.String)
The background color of the labels. Any valid CSS color string will work here, including hex and rgb
Parameters
value System.String
The value for Background
Border(System.Action<Kendo.Mvc.UI.Fluent.LinearGaugeScaleLabelsBorderSettingsBuilder>)
The border of the labels.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.LinearGaugeScaleLabelsBorderSettingsBuilder>
The configurator for the border setting.
Color(System.String)
The text color of the labels. Any valid CSS color string will work here, including hex and rgb.
Parameters
value System.String
The value for Color
Font(System.String)
The font style of the labels.
Parameters
value System.String
The value for Font
Format(System.String)
The format of the labels.
Parameters
value System.String
The value for Format
Margin(System.Action<Kendo.Mvc.UI.Fluent.LinearGaugeScaleLabelsMarginSettingsBuilder>)
The margin of the labels.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.LinearGaugeScaleLabelsMarginSettingsBuilder>
The configurator for the margin setting.
Padding(System.Action<Kendo.Mvc.UI.Fluent.LinearGaugeScaleLabelsPaddingSettingsBuilder>)
The padding of the labels.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.LinearGaugeScaleLabelsPaddingSettingsBuilder>
The configurator for the padding setting.
Template(System.String)
The label template. Template variables: value - the value.
Parameters
value System.String
The value for Template
TemplateId(System.String)
The label template. Template variables: value - the value.
Parameters
templateId System.String
The ID of the template element for Template
Visible(System.Boolean)
The visibility of the labels.
Parameters
value System.Boolean
The value for Visible