markStyle parameter

The markStyle parameter can be used to query or set the style character that is associated with a mark.  The style character is used to determine the style attributes of the mark that should be used to draw the text associated with the mark if the markHighlight parameter is on for the specified mark.

Availability

query command
set command

Scope

The specified mark in the current view.

Syntax

query markStyle.[name | #id]
set markStyle.[name | #id] c 

Parameters

name Use the name parameter to specify the name of an existing mark.  Names may contain any characters but spaces and may not start with the # character.
id Use the id parameter to specify the id of an existing mark.
c Use the c parameter to specify the style character.

Description

If you do not specify a mark name or a mark id, the last mark created will be used.

Examples

query markStyle.test
set markStyle.test m
set markStyle.#3 m 


query command
set command
mark parameter
markHighlight parameter
markId parameter
styleAttributes