ChartSeriesHighlightBorderSettingsBuilder
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 ChartSeriesHighlightBorderSettingsBuilder instance.
Opacity(System.Double)
The opacity of the border. By default the border is opaque.
Parameters
value - System.Double
The value for Opacity
RETURNS
Returns the current ChartSeriesHighlightBorderSettingsBuilder 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 ChartSeriesHighlightBorderSettingsBuilder instance.