TraceSelection Type
Used to control selected/unselected trace item styles in supported traces.
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
TraceSelection.init (?MarkerSelectionStyle, ?LineSelectionStyle, ?FontSelectionStyle)
Parameters:
MarkerSelectionStyle
-
Sets the styles of the selected/unselected markers
?LineSelectionStyle : LineSelectionStyle
-
Sets the styles of the selected/unselected lines
?FontSelectionStyle : FontSelectionStyle
-
Sets the styles of the selected/unselected texts
Returns: TraceSelection
|
|
Full Usage:
TraceSelection.style (?MarkerSelectionStyle, ?LineSelectionStyle, ?FontSelectionStyle)
Parameters:
MarkerSelectionStyle
-
Sets the styles of the selected/unselected markers
?LineSelectionStyle : LineSelectionStyle
-
Sets the styles of the selected/unselected lines
?FontSelectionStyle : FontSelectionStyle
-
Sets the styles of the selected/unselected texts
Returns: TraceSelection -> TraceSelection
|
|