| Search Locate Previous Next | Contents |
See: Charts (alphabetic list), Properties grouped by usage
Setting up the plotting space
| chNew | defines the plotting space |
Creating a chart
| chSet | sets any chart property |
| chPlot | line graphs (timeseries) |
| chScatter | x/y scatter plots |
| chPolar | polar and radial plots |
| chDial | dial and gauge charts |
| chCloud | 3D Scatter Plotting |
| chResp | response surfaces and mesh plots |
| chBar | assorted barcharts |
| chPie | piecharts |
| chStep | step charts |
| chFreq | frequency plots |
| chTable | table and crosstab charts |
| chTower | tower charts |
| chTrace | trace charts and kite diagrams |
| chVenn | Venn diagrams (2 and 3 area) |
| chVline | Hi-Lo plots |
| chXbar | Barcharts with given x-axis |
More specialised functions ...
| chClose | completing the chart |
| chNul | to output headings and notes only |
| chNewPage | requesting a new page |
| chBookmark | setting up an outline entry |
| chNewCell | requesting a new cell in a trellis |
| chRangeAxes | set axis ranges from data matrix |
| chYsec | to switch to a second Y-axis |
| chTrellis | define a collection of cells |
| chMultiple | use category variable to make a small multiple |
| chReset | to revert to default settings |
| chNote | adding chart notes |
| chNextNote | find vertical position of next note |
| chBitmap | adding bitmaps |
| chMetafile | adding metafiles |
| chHref | defining HTML jumps |
| chHint | adding hints to data points |
| chJScript | define JavaScript functions and globals |
| chJSet | define JavaScript properties and event handlers for data |
| chBoxplot | generate multi-category box and whisker plot |
| chWriteKey | to force a non-standard key position |
... and for experts only:
| chQuery | querying current settings |
| chInnerGap | query the gap used between bars in the same group |
| chRun | run with current data array and chart type |
| chSetDefault | replace shipped presets with application preferences (run once) |
| chMapCoords | convert from chart co-ordinates to points. |
| chSetNewline | Change default newline character |
| chSetSeparators | Override default Thousands and Decimal |
| chDraw | add polylines anywhere on the chart. |
| chText | add text elements anywhere on the chart. |
| chPasteUp | include completed charts as components of a composite chart. |
| chFix | Fast access to set validated properties. |
| chHelp | call WinHelp for any function or property name |
| chDefineDash | set up custom dash repeats |
| chDefineMarker | set up custom markers from .ICO files |
| chDefineTile | set up custom fill patterns |
| chDefineEffect | set up custom 3D effects (SVG filters) |
| chDefineFont | set up non-standard fonts |
| chInclude | add SVG filters to output stream |