LineSelectionStyle Type

Controls the style of selected lines in supported traces

Constructors

Constructor Description

LineSelectionStyle()

Full Usage: LineSelectionStyle()

Returns: LineSelectionStyle
Returns: LineSelectionStyle

Static members

Static member Description

LineSelectionStyle.init (?Opacity, ?Color)

Full Usage: LineSelectionStyle.init (?Opacity, ?Color)

Parameters:
    ?Opacity : float - Sets the opacity of the selected/unselected lines
    ?Color : Color - Sets the color of the selected/unselected lines

Returns: LineSelectionStyle

Returns a new LineSelectionStyle object with the given styles

?Opacity : float

Sets the opacity of the selected/unselected lines

?Color : Color

Sets the color of the selected/unselected lines

Returns: LineSelectionStyle

LineSelectionStyle.style (?Opacity, ?Color)

Full Usage: LineSelectionStyle.style (?Opacity, ?Color)

Parameters:
    ?Opacity : float - Sets the opacity of the selected/unselected lines
    ?Color : Color - Sets the color of the selected/unselected lines

Returns: LineSelectionStyle -> LineSelectionStyle

Returns a function that applies the given styles to a LineSelectionStyle object

?Opacity : float

Sets the opacity of the selected/unselected lines

?Color : Color

Sets the color of the selected/unselected lines

Returns: LineSelectionStyle -> LineSelectionStyle