Kendo.Mvc.UI.Fluent.ChartPlotAreaSettingsBuilder
Defines the fluent API for configuring ChartPlotAreaSettings
Properties
Container
Gets the 1 container.
Methods
Background(System.String)
The background color of the chart plot area. 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.ChartPlotAreaBorderSettingsBuilder<T>>)
The border of the chart plot area.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartPlotAreaBorderSettingsBuilder>
The configurator for the border setting.
Margin(System.Action<Kendo.Mvc.UI.Fluent.ChartPlotAreaMarginSettingsBuilder<T>>)
The margin of the chart plot area. A numeric value will set all margins.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartPlotAreaMarginSettingsBuilder>
The configurator for the margin setting.
Opacity(System.Double)
The background opacity of the chart plot area. By default the background is opaque.
Parameters
value System.Double
The value for Opacity
Padding(System.Action<Kendo.Mvc.UI.Fluent.ChartPlotAreaPaddingSettingsBuilder<T>>)
The padding of the chart plot area. A numeric value will set all paddings.The default padding for pie, donut, radar and polar charts is proportional of the chart size.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartPlotAreaPaddingSettingsBuilder>
The configurator for the padding setting.