Kendo.Mvc.UI.Fluent.ArcGaugeScaleLabelsSettingsBuilder
Defines the fluent API for configuring ArcGaugeScaleLabelsSettings
Methods
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.ArcGaugeScaleLabelsBorderSettingsBuilder>)
The border of the labels.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ArcGaugeScaleLabelsBorderSettingsBuilder>
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.ArcGaugeScaleLabelsMarginSettingsBuilder>)
The margin of the labels.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ArcGaugeScaleLabelsMarginSettingsBuilder>
The configurator for the margin setting.
Padding(System.Action<Kendo.Mvc.UI.Fluent.ArcGaugeScaleLabelsPaddingSettingsBuilder>)
The padding of the labels.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ArcGaugeScaleLabelsPaddingSettingsBuilder>
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
Visible
The visibility of the labels.
Position(Kendo.Mvc.UI.ArcGaugeScaleLabelsPosition)
Sets the labels position
Parameters
value Kendo.Mvc.UI.ArcGaugeScaleLabelsPosition
The value for Position