ChartSeriesConnectorsSettingsBuilder
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)
The color of the connector. Accepts a valid CSS color string, including hex and rgb.
Parameters
handler - System.Func<Object,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