Kendo.Mvc.UI.Fluent.ChartSeriesTargetSettingsBuilder
Defines the fluent API for configuring ChartSeriesTargetSettings
Properties
Container
Gets the 1 container.
Methods
Border(System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesTargetBorderSettingsBuilder<T>>)
The border of the target.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesTargetBorderSettingsBuilder>
The configurator for the border setting.
Color(System.String)
The target color.
Parameters
value System.String
The value for Color
ColorHandler(System.String)
The target color.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
ColorHandler(System.Func<System.Object,System.Object>)
The target color.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Line(System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesTargetLineSettingsBuilder<T>>)
The target line options.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesTargetLineSettingsBuilder>
The configurator for the line setting.