Kendo.Mvc.UI.Fluent.ChartXAxisNotesLabelSettingsBuilder
Defines the fluent API for configuring ChartXAxisNotesLabelSettings
Properties
Container
Gets the 1 container.
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
Border(System.Action<Kendo.Mvc.UI.Fluent.ChartXAxisNotesLabelBorderSettingsBuilder<T>>)
The border of the label.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartXAxisNotesLabelBorderSettingsBuilder>
The configurator for the border setting.
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
Font(System.String)
The font style of the label.
Parameters
value System.String
The value for Font
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
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
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
Rotation(System.Double)
The rotation angle of the label. By default the label are not rotated.
Parameters
value System.Double
The value for Rotation
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
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 Kendo.Mvc.UI.ChartNoteLabelPosition
The value for Position