LinearGaugeScaleLabelsSettingsBuilder
Methods
Margin(System.Int32)
Sets the margin for the labels.
Parameters
margin - System.Int32
The labels margin.
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
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.
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
Padding(System.Int32)
Sets the padding for the labels.
Parameters
padding - System.Int32
The labels padding.
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
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.
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
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 - ChartDashType
The labels border dash type.
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
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.
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
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
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
Border(System.Action)
The border of the labels.
Parameters
configurator - System.Action<LinearGaugeScaleLabelsBorderSettingsBuilder>
The configurator for the border setting.
RETURNS
Returns the current instance of LinearGaugeScaleLabelsSettingsBuilder .
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
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
Font(System.String)
The font style of the labels.
Parameters
value - System.String
The value for Font
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
Format(System.String)
The format of the labels.
Parameters
value - System.String
The value for Format
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
Margin(System.Action)
The margin of the labels.
Parameters
configurator - System.Action<LinearGaugeScaleLabelsMarginSettingsBuilder>
The configurator for the margin setting.
RETURNS
Returns the current instance of LinearGaugeScaleLabelsSettingsBuilder .
Padding(System.Action)
The padding of the labels.
Parameters
configurator - System.Action<LinearGaugeScaleLabelsPaddingSettingsBuilder>
The configurator for the padding setting.
RETURNS
Returns the current instance of LinearGaugeScaleLabelsSettingsBuilder .
Template(System.String)
The label template. Template variables: value - the value.
Parameters
value - System.String
The value for Template
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
TemplateId(System.String)
The label template. Template variables: value - the value.
Parameters
templateId - System.String
The ID of the template element for Template
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
The label template. Template variables: value - the value.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
TemplateHandler(System.String)
The label template. Template variables: value - the value.
Parameters
templateHandler - System.String
The handler that returs the template for Template
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
Template(Kendo.Mvc.UI.Fluent.TemplateBuilder)
The label template. Template variables: value - the value.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.
Visible(System.Boolean)
The visibility of the labels.
Parameters
value - System.Boolean
The value for Visible
RETURNS
Returns the current LinearGaugeScaleLabelsSettingsBuilder instance.