These settings control the visual appearance of the Sequence diagram canvas. Adjust them to match your screen size, display preferences, or documentation requirements.
|
|
| Setting ID |
automationview.sequenceView.gridSize |
| Type |
number |
| Default |
30 |
| Range |
20 - 120 |
The base grid cell size in pixels. This value drives the size of steps, transitions, and actions uniformly across the canvas. Increase it to make the diagram larger and easier to read on high-resolution displays. Decrease it to fit more elements on screen at once.
{
"automationview.sequenceView.gridSize": 40
}
|
|
| Setting ID |
automationview.sequenceView.fontSize |
| Type |
number |
| Default |
10 |
| Range |
8 - 32 |
The font size in pixels for all text labels in the Sequence canvas, including step names, transition conditions, and action labels.
{
"automationview.sequenceView.fontSize": 12
}
|
|
| Setting ID |
automationview.sequenceView.fontFamily |
| Type |
enum |
| Default |
Arial |
The font family used for text in the Sequence canvas. Choose a font that is readable at your preferred size and matches your documentation style.
| Value |
Type |
Notes |
Arial |
Sans-serif |
Default - clean and widely available |
Helvetica |
Sans-serif |
Classic engineering font |
Verdana |
Sans-serif |
Wide letterforms, good for small sizes |
Tahoma |
Sans-serif |
Compact, good for dense diagrams |
Trebuchet MS |
Sans-serif |
Humanist style |
Times New Roman |
Serif |
Traditional documentation style |
Georgia |
Serif |
Readable serif for printed output |
Courier New |
Monospace |
Code-like appearance |
Consolas |
Monospace |
Windows system monospace font |
Menlo |
Monospace |
macOS system monospace font |
Monaco |
Monospace |
macOS terminal font |
Segoe UI |
Sans-serif |
Windows system UI font |
System Default |
- |
Inherits from the editor font family setting |
{
"automationview.sequenceView.fontFamily": "Consolas"
}
| Setting |
Type |
Default |
Range |
Description |
| Grid Size |
number |
30 |
20 - 120 |
Base grid cell size in pixels |
| Font Size |
number |
10 |
8 - 32 |
Text size in pixels |
| Font Family |
enum |
Arial |
13 options |
Font used in the canvas |