Kendo.Mvc.UI.Fluent.ChartLegendInactiveItemsLabelsSettingsBuilder
Defines the fluent API for configuring ChartLegendInactiveItemsLabelsSettings
Properties
Container
Gets the 1 container.
Methods
Color(System.String)
The text color of the labels. 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 labels. Accepts a valid CSS color string, for example "20px 'Courier New'".
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: text - the text the legend item.; series - the data series.; value - the point value. (only for donut and pie charts) or percentage - the point value represented as a percentage value. Available only for donut, pie and 100% stacked charts..
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: text - the text the legend item.; series - the data series.; value - the point value. (only for donut and pie charts) or percentage - the point value represented as a percentage value. Available only for donut, pie and 100% stacked charts..
Parameters
templateId System.String
The ID of the template element for Template