Usage

The PDF Chart Creator is controlled through the use of command line arguments (or switches as they are often known). These arguments can be broken down into the following groups:

 Required 
 -Chart
 -Page
 -DataSet
 -Output
 -License
 -RegistryLicense
 
 Area Chart 
 -Datum
 -Area
 
 Bar Chart 
 -Datum
 -BarColor
 -BarBorder
 -BarSpacing
 -BarSize
 -BarLabel
 
 Line Chart 
 -Datum, -Datum2, -Datum3, -Datum4, -Datum5, -Datum6, -Datum7, -Datum8, -Datum9, -Datum10
 -Line
 -LineMarker
 
 Pie Chart 
 -Datum
 -PieColor
 -PieOutlineColor
 -PiePageMargin
 -PieLabel
 
 Labels
 -ChartHeading
 -HeadingTitle
 -HeadingSubTitle
 -DecimalPoints
 
 Legend / Chart Key
 -Legend
 -DataSeriesLegend
 -DataSeriesLabel
 
 Axes
 -AxesDivisions
 -ChartBackground
 -AxesLine
 -AxesGridLine
 -AxesGridLineStyle
 -AxesScale
 -AxesCaptionX
 -AxesCaptionY
 -AxesLabelX
 -AxesLabelY
 -AxesLabelYPosition
 -LabelSpacing
 
 Numeric Analysis 
 -LineOfBestFit
 -MovingAverageLine
 -MovingAverageMarker
 -AverageLine
 -TargetLine
 
 Miscellaneous 
 -DataSeparator
 -DataSort
 -Options
 -Log
 -Errors
 -OpenPDF
 
 PDF Meta Information 
 -Author
 -Creator
 -Producer
 -Title
 -Subject
 -Keywords
 -CreationDate
 
 PDF Settings 
 -Outline
 -OwnerPassword
 -UserPassword
 -Edit
 -EditExtra
 -Copy
 -Print
 
 PDF Viewer Preferences 
 -CenterWindow
 -HideToolbar
 -HideMenubar
 -HideWindowUI
 -FitWindow
 -PageModeUseNone
 -PageModeOutlines
 -PageModeUseThumbs
 -PageModeFullScreen
 -PageLayoutSinglePage
 -PageLayoutOneColumn
 -PageLayoutTwoColumnLeft
 -PageLayoutTwoColumnRight


Additional Notes:

 All command line arguments start with a hypen (-).
 All command line arguments are case insensitive, e.g. -chartheading, -CHARTHEADING and -ChartHeading are all recognised as the -ChartHeading command.
 Some arguments require a parameter, and these are shown <within angle brackets>.
 If a required parameter requires spaces within it (e.g. a space within a text label) then enclose it within a pair of "quotes".