Command Line Options

Swiff Chart Generator can be invoked from the command line with specific input parameters. The parameters may be specified in two equivalent ways: either short form (/T for example), or long form (/TITLE).

Some parameters sometimes need arguments with special characters. These characters may encoded in HTTP format (two hexadecimal digits prefixed by '%'). For example %20 specifies a space. The option /S C:\My%20Style.scs is equivalent to /S "C:\My Style.scs"

The general syntax of command line is: (assuming swfchart.exe can be found in the current PATH)

Windows:

  C:\> swfchart.exe [options] [data_filename|-]

Unix:
  $ swfchart [options] [data_filename|-]

Note: For Unix versions, a short option is specified by -o (instead of /O) and a long option is specified by --output (instead of /OUTPUT)

Options are described below:


Cache related options:


Unix options: