ChartSeriesOutliersBorderSettingsBuilder
Methods
Color(System.String)
The color of the border. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for Color
RETURNS
Returns the current ChartSeriesOutliersBorderSettingsBuilder instance.
ColorHandler(System.String)
The color of the border. 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 ChartSeriesOutliersBorderSettingsBuilder instance.
ColorHandler(System.Func)
The color of the border. 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 ChartSeriesOutliersBorderSettingsBuilder instance.
Width(System.Double)
The width of the border in pixels. By default the border width is set to zero which means that the border will not appear.
Parameters
value - System.Double
The value for Width
RETURNS
Returns the current ChartSeriesOutliersBorderSettingsBuilder instance.
WidthHandler(System.String)
The width of the border in pixels. By default the border width is set to zero which means that the border will not appear.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RETURNS
Returns the current ChartSeriesOutliersBorderSettingsBuilder instance.
WidthHandler(System.Func)
The width of the border in pixels. By default the border width is set to zero which means that the border will not appear.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current ChartSeriesOutliersBorderSettingsBuilder instance.