ChartSeriesMarkersBorderSettingsBuilder
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
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.
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.
Width(System.Double)
The width of the border in pixels.
Parameters
value - System.Double
The value for Width
WidthHandler(System.String)
The width of the border in pixels.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
WidthHandler(System.Func)
The width of the border in pixels.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.