| 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' 'Horizontal,rela'
| Keyword | Description |
| Relative | Treat data values as relative, so sum the series progressively to make stacked bars or shaded surfaces. |
| Forcezero | Force both axes to include the origin |
| Vertical | Draw bars vertically |
| Horizontal | Draw bars horizontally |
| Group | Grouped bars (multiple barchart) |
| Stack | Stacked bars |
| Float | Floating bars (stacked but first bar is not drawn) |
| Axes:NoAxes | Chart axes are drawn as normal |
| Grid | Gridlines are drawn on both axes |
| Values | Values are written on/inside the bars depending on the value style |
| Redraw | Redraw axes after chart is complete |
| Frame | Axes are connected across the top and side of the chart to frame it |
The checkboxes and radio-buttons in the style editor in GraPL (desktop) simply add and remove the appropriate keywords for you.
See also ...
ch.Bar barcharts