Kendo.Mvc.UI.Fluent.ChartSeriesNotesLabelSettingsBuilder
Defines the fluent API for configuring ChartSeriesNotesLabelSettings
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.ChartSeriesNotesLabelBorderSettingsBuilder<T>>)
The border of the label.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesNotesLabelBorderSettingsBuilder>
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 point 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 point 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 series notes label. By default the series 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)
Specifies the position of the labels.
Parameters
value Kendo.Mvc.UI.ChartNoteLabelPosition
The value for Position