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

CircularGaugeScaleLabelsSettingsBuilder

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<CircularGaugeScaleLabelsBorderSettingsBuilder>

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<CircularGaugeScaleLabelsMarginSettingsBuilder>

The action that configures the margin.

Padding(System.Action)

The padding of the labels.

Parameters

configurator - System.Action<CircularGaugeScaleLabelsPaddingSettingsBuilder>

The action that configures the padding.

Position(System.String)

The labels positions.

Parameters

value - System.String

The value that configures the position.

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.

Template(Kendo.Mvc.UI.TemplateBuilder)

The label template. Template variables: * value - the value

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

Visible(System.Boolean)

The visibility of the labels.

Parameters

value - System.Boolean

The value that configures the visible.

In this article
Not finding the help you need?