Kendo.Mvc.UI.Fluent.ChartLegendTitleSettingsBuilder
Defines the fluent API for configuring ChartLegendTitleSettings
Methods
Align(System.String)
The alignment of the title. "center" - the text is aligned to the middle.; "left" - the text is aligned to the left. or "right" - the text is aligned to the right..
Parameters
value System.String
The value for Align
Background(System.String)
The background color of the title. 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.ChartLegendTitleBorderSettingsBuilder<T>>)
The border of the title.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartLegendTitleBorderSettingsBuilder>
The configurator for the border setting.
Color(System.String)
The text color of the title. Accepts a valid CSS color string, including hex and rgb.
Parameters
value System.String
The value for Color
Font(System.String)
The font of the title.
Parameters
value System.String
The value for Font
Margin(System.Action<Kendo.Mvc.UI.Fluent.ChartLegendTitleMarginSettingsBuilder<T>>)
The margin of the title. A numeric value will set all margins.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartLegendTitleMarginSettingsBuilder>
The configurator for the margin setting.
Padding(System.Action<Kendo.Mvc.UI.Fluent.ChartLegendTitlePaddingSettingsBuilder<T>>)
The padding of the title. A numeric value will set all margins.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartLegendTitlePaddingSettingsBuilder>
The configurator for the padding setting.
Position(System.String)
The position of the title. "bottom" - the title is positioned on the bottom. or "top" - the title is positioned on the top..
Parameters
value System.String
The value for Position
Text(System.String)
The text of the legend title. You can also set the text directly for a title with default options.
Parameters
value System.String
The value for Text
Visible(System.Boolean)
If set to true the chart will display the title. By default the title will be displayed.
Parameters
value System.Boolean
The value for Visible