MarkerSelectionStyle Type
Controls the style of selected markers in supported traces
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
MarkerSelectionStyle.init (?Opacity, ?Color, ?Size)
Parameters:
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
|
|
Full Usage:
MarkerSelectionStyle.style (?Opacity, ?Color, ?Size)
Parameters:
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
|
|