Header menu logo Plotly.NET

MarkerSelectionStyle Type

Controls the style of selected markers in supported traces

Constructors

Constructor Description

MarkerSelectionStyle()

Full Usage: MarkerSelectionStyle()

Returns: MarkerSelectionStyle
Returns: MarkerSelectionStyle

Static members

Static member Description

MarkerSelectionStyle.init (?Opacity, ?Color, ?Size)

Full Usage: MarkerSelectionStyle.init (?Opacity, ?Color, ?Size)

Parameters:
    ?Opacity : float - Sets the opacity of the selected/unselected markers
    ?Color : Color - Sets the color of the selected/unselected markers
    ?Size : int - Sets the size of the selected/unselected markers

Returns: MarkerSelectionStyle

Returns a new MarkerSelectionStyle object with the given styles

?Opacity : float

Sets the opacity of the selected/unselected markers

?Color : Color

Sets the color of the selected/unselected markers

?Size : int

Sets the size of the selected/unselected markers

Returns: MarkerSelectionStyle

MarkerSelectionStyle.style (?Opacity, ?Color, ?Size)

Full Usage: MarkerSelectionStyle.style (?Opacity, ?Color, ?Size)

Parameters:
    ?Opacity : float - Sets the opacity of the selected/unselected markers
    ?Color : Color - Sets the color of the selected/unselected markers
    ?Size : int - Sets the size of the selected/unselected markers

Returns: MarkerSelectionStyle -> MarkerSelectionStyle

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

?Opacity : float

Sets the opacity of the selected/unselected markers

?Color : Color

Sets the color of the selected/unselected markers

?Size : int

Sets the size of the selected/unselected markers

Returns: MarkerSelectionStyle -> MarkerSelectionStyle

Type something to start searching.