| Search Locate Previous Next | Contents |
Styles are defined with a list of keywords, separated by commas. At a minimum, you need the first 4 letters of each word to activate the style. If a style is turned on by default (bold) it can be cancelled by prefixing the word with no as in noaxes.
ch.Set 'style' 'lines,risers'
| Keyword | Description |
| XYPlot | Treats first column of data as x-values (direction) |
| Time | X-values are taken as hours on a 24-hr clock |
| Compass | X-values are taken as degrees |
| Relative | Relative data (series are accumulated) |
| Forcezero | The radial axis is forced to include the origin |
| Centre | The centre of the chart is marked with a dot |
| Lines | The points are connected with lines |
| Markers | Markers are drawn at points |
| Risers | Radial lines are drawn from the centre to each point |
| Surface | Surface shading is drawn from each line to the centre |
| Grid | Radial and circular gridlines are drawn |
| Arrows | Arrows are drawn from the centre to each data point |
The checkboxes and radio-buttons in the style editor in GraPL (desktop) simply add and remove the appropriate keywords for you.
See also ...
ch.Polar polar charts