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

RETURNS

Returns the current ChartSeriesConnectorsSettingsBuilder instance.

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.

RETURNS

Returns the current ChartSeriesConnectorsSettingsBuilder instance.

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.

RETURNS

Returns the current ChartSeriesConnectorsSettingsBuilder instance.

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

RETURNS

Returns the current ChartSeriesConnectorsSettingsBuilder instance.

Width(System.Double)

The width of the connector line.

Parameters

value - System.Double

The value for Width

RETURNS

Returns the current ChartSeriesConnectorsSettingsBuilder instance.