Kendo.Mvc.UI.Fluent.ChartSeriesConnectorsSettingsBuilder
Defines the fluent API for configuring ChartSeriesConnectorsSettings
Properties
Container
Gets the 1 container.
Methods
Color(System.String)
The color of the connector. Accepts a valid CSS color string, including hex and rgb.
Parameters
value System.String
The value for Color
ColorHandler(System.String)
The color of the connector. Accepts a valid CSS color string, including hex and rgb.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
ColorHandler(System.Func<System.Object,System.Object>)
The color of the connector. Accepts a valid CSS color string, including hex and rgb.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Padding(System.Double)
The padding between the connector line and the label, and connector line and donut chart.
Parameters
value System.Double
The value for Padding
Width(System.Double)
The width of the connector line.
Parameters
value System.Double
The value for Width