ArcGaugeScaleLabelsSettingsBuilder
Defines the fluent API for configuring the ArcGaugeScaleLabelsSettings settings.
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 that configures the background.
Border(System.Action)
The border of the labels.
Parameters
configurator - System.Action<ArcGaugeScaleLabelsBorderSettingsBuilder>
The action that configures the border.
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 that configures the color.
Font(System.String)
The font style of the labels.
Parameters
value - System.String
The value that configures the font.
Format(System.String)
The format of the labels.
Parameters
value - System.String
The value that configures the format.
Margin(System.Action)
The margin of the labels.
Parameters
configurator - System.Action<ArcGaugeScaleLabelsMarginSettingsBuilder>
The action that configures the margin.
Padding(System.Action)
The padding of the labels.
Parameters
configurator - System.Action<ArcGaugeScaleLabelsPaddingSettingsBuilder>
The action that configures the padding.
Template(System.String)
The label template. Template variables: * value - the value
Parameters
value - System.String
The value that configures the template.
TemplateId(System.String)
The label template. Template variables: * value - the value
Parameters
value - System.String
The value that configures the template.
TemplateView(System.Web.Mvc.MvcHtmlString)
The label template. Template variables: * value - the value
Parameters
value - System.Web.Mvc.MvcHtmlString
The value that configures the template.
TemplateHandler(System.String)
The label template. Template variables: * value - the value
Parameters
value - System.String
The value that configures the template.
Visible(System.Boolean)
The visibility of the labels.
Parameters
value - System.Boolean
The value that configures the visible.
Position(Kendo.Mvc.UI.ArcGaugeScaleLabelsPosition)
Sets the labels position
Parameters
value - ArcGaugeScaleLabelsPosition
The value that configures the position.