ChartXAxisNotesLabelSettingsBuilder
Methods
Background(System.String)
The background color of the label. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for Background
RETURNS
Returns the current ChartXAxisNotesLabelSettingsBuilder instance.
Border(System.Action)
The border of the label.
Parameters
configurator - System.Action<ChartXAxisNotesLabelBorderSettingsBuilder>
The configurator for the border setting.
RETURNS
Returns the current instance of ChartXAxisNotesLabelSettingsBuilder .
Color(System.String)
The text color of the label. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for Color
RETURNS
Returns the current ChartXAxisNotesLabelSettingsBuilder instance.
Font(System.String)
The font style of the label.
Parameters
value - System.String
The value for Font
RETURNS
Returns the current ChartXAxisNotesLabelSettingsBuilder instance.
Template(System.String)
The template which renders the labels.The fields which can be used in the template are: value - the axis value.
Parameters
value - System.String
The value for Template
RETURNS
Returns the current ChartXAxisNotesLabelSettingsBuilder instance.
TemplateId(System.String)
The template which renders the labels.The fields which can be used in the template are: value - the axis value.
Parameters
templateId - System.String
The ID of the template element for Template
RETURNS
Returns the current ChartXAxisNotesLabelSettingsBuilder instance.
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
The template which renders the labels.The fields which can be used in the template are: value - the axis value.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
RETURNS
Returns the current ChartXAxisNotesLabelSettingsBuilder instance.
TemplateHandler(System.String)
The template which renders the labels.The fields which can be used in the template are: value - the axis value.
Parameters
templateHandler - System.String
The handler that returs the template for Template
RETURNS
Returns the current ChartXAxisNotesLabelSettingsBuilder instance.
Template(Kendo.Mvc.UI.Fluent.TemplateBuilder)
The template which renders the labels.The fields which can be used in the template are: value - the axis value.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.
RETURNS
Returns the current ChartXAxisNotesLabelSettingsBuilder instance.
Visible(System.Boolean)
If set to true the chart will display the x axis notes label. By default the x axis notes label are visible.
Parameters
value - System.Boolean
The value for Visible
RETURNS
Returns the current ChartXAxisNotesLabelSettingsBuilder instance.
Rotation(System.Double)
The rotation angle of the label. By default the label are not rotated.
Parameters
value - System.Double
The value for Rotation
RETURNS
Returns the current ChartXAxisNotesLabelSettingsBuilder instance.
Format(System.String)
The format used to display the notes label. Uses kendo.format. Contains one placeholder ("{0}") which represents the axis value.
Parameters
value - System.String
The value for Format
RETURNS
Returns the current ChartXAxisNotesLabelSettingsBuilder instance.
Position(Kendo.Mvc.UI.ChartNoteLabelPosition)
The position of the labels. "inside" - the label is positioned inside of the icon. or "outside" - the label is positioned outside of the icon..
Parameters
value - ChartNoteLabelPosition
The value for Position
RETURNS
Returns the current ChartXAxisNotesLabelSettingsBuilder instance.