Overview

Command parameters are a set of comma-separated values that are used to customize existing commands, or create custom commands. When a command can accept multiple values for one parameter, those values must be separated by a semi-colon (;). Parameters on the other hand, are separated by commas. For example, if you are using a command with two parameters, the first parameter has two values and the second parameter has one value, then the correct way to implement this would be like this:
param1=value1;value2, param2=anotherValue
The first parameter in the above example takes two semi-colon separated values, and the second parameter takes one value. It is worthy to note that if the second parameter also took multiple values, then those values would also have to be semi-colon separated. Above, a comma is used to separate the two parameters, and not the value, or values assigned to each.
Below is a list of all commands, and their accepted parameters:
|
Command |
Description |
Parameters |
|---|---|---|
|
UserDefined |
Empty user defined command. |
|
|
Copy |
Copies chart image and CSV data into clipboard. |
series=name |
|
Paste |
Pastes CSV data from clipboard, create new series |
n/a |
|
Delete |
Deletes selected object. |
area=name[;name] series=name[;name] title=index[;index] legend=name[;name] |
|
LoadGroup |
Loads chart template from file. |
n/a |
|
LoadAppearance |
Loads appearance part from chart template. |
file=filename |
|
LoadAll |
Loads appearance part from chart template. |
file=filename |
|
ResetAppearance |
Resets chart appearance. |
n/a |
|
SaveGroup |
Saves chart template to file. |
n/a |
|
SaveImage |
Saves chart image to file. |
file=filename |
|
SaveAppearance |
Saves appearance to file. |
file=filename |
|
SaveAll |
Saves chart template to file. |
file=filename |
|
PrintPreview |
Shows print preview form. |
n/a |
|
|
Prints the chart. |
n/a |
|
Properties |
Edits element by property dialog. |
area=name[;name] series=name[;name] title=index[;index] legend=name[;name] |
|
ToggleLegend |
Shows/hides the legend |
Legend=name[;name] |
|
Toggle3DGroup |
Toggles 3D mode, group command |
n/a |
|
Toggle3D |
Toggles 3D mode |
area=name[;name] |
|
Toggle3DClustered |
Toggles 3D Clustering |
area=name[;name] |
|
Toggle3DRightAngle |
Toggle 3D right angle |
area=name[;name] |
|
Rotate3DGroup |
Performs rotating of the chart |
n/a |
|
RotateLeft |
Performs rotating of the chart |
area=name[;name] step=number, default 5 |
|
RotateRight |
Performs rotating of the chart |
area=name[;name] step=number, default 5 |
|
RotateUp |
Performs rotating of the chart |
area=name[;name] step=number, default 5 |
|
RotateDown |
Performs rotating of the chart |
area=name[;name] step=number, default 5 |
|
Modify3DPointGapGroup |
Increase/decrease 3D point gap. |
n/a |
|
Modify3DPointGapInc |
Increase 3D point gap. |
area=name[;name] step=number, default 5 |
|
Modify3DPointGapDec |
Decrease 3D point gap. |
area=name[;name] step=number, default 5 |
|
Modify3DPointDepthGroup |
Increase/decrease 3D point depth |
n/a |
|
Modify3DPointDepthInc |
Increase 3D point depth |
area=name[;name] step=number, default 5 |
|
Modify3DPointDepthDec |
Decrease 3D point depth |
area=name[;name] step=number, default 5 |
|
Modify3DPerspectiveGroup |
Increase/decrease 3D perspective |
n/a |
|
Modify3DPerspectiveInc |
Increase 3D perspective |
area=name[;name] step=number, default 5 |
|
Modify3DPerspectiveDec |
Decrease 3D perspective |
area=name[;name] step=number, default 5 |
|
SelectChartGroup |
Changes series chart type. |
n/a |
|
SelectChartPoint |
Point chart type. |
series=name[;name] |
|
SelectChartBubble |
Bubble chart type. |
series=name[;name] |
|
SelectChartLine |
Line chart type. |
series=name[;name] |
|
SelectChartSpline |
Spline chart type. |
series=name[;name] |
|
SelectChartStepLine |
StepLine chart type. |
series=name[;name] |
|
SelectChartFastLine |
FastLine™ chart type. |
series=name[;name] |
|
SelectChartBar |
Bar chart type. |
series=name[;name] |
|
SelectChartStackedBar |
Stacked bar chart type. |
series=name[;name] |
|
SelectChartStackedBar100 |
Hundred percent stacked bar chart type. |
series=name[;name] |
|
SelectChartColumn |
Column chart type. |
series=name[;name] |
|
SelectChartStackedColumn |
Stacked column chart type. |
series=name[;name] |
|
SelectChartStackedColumn100 |
Hundred percent stacked column chart type. |
series=name[;name] |
|
SelectChartArea |
Area chart type. |
series=name[;name] |
|
SelectChartSplineArea |
Spline area chart type. |
series=name[;name] |
|
SelectChartStackedArea |
Stacked area chart type. |
series=name[;name] |
|
SelectChartStackedArea100 |
Hundred percent stacked area chart type. |
series=name[;name] |
|
SelectChartPie |
Pie chart type. |
series=name[;name] |
|
SelectChartDoughnut |
Doughnut chart type. |
series=name[;name] |
|
SelectChartStock |
Stock chart type. |
series=name[;name] |
|
SelectChartCandleStick |
CandleStick chart type. |
series=name[;name] |
|
SelectChartRange |
Range chart type. |
series=name[;name] |
|
SelectChartSplineRange |
Spline range chart type. |
series=name[;name] |
|
SelectChartGantt |
Gantt chart type. |
series=name[;name] |
|
SelectChartRangeColumn |
Range column chart type. |
series=name[;name] |
|
SelectChartRadar |
Radar chart type. |
series=name[;name] |
|
SelectChartPolar |
Polar chart type. |
series=name[;name] |
|
SelectChartBoxPlot |
Box plot chart type. |
series=name[;name] |
|
SelectChartRenko |
Renko chart type. |
series=name[;name] |
|
SelectChartThreeLineBreak |
ThreeLineBreak chart type. |
series=name[;name] |
|
SelectChartKagi |
Kagi chart type. |
series=name[;name] |
|
SelectChartPointAndFigure |
PointAndFigure chart type. |
series=name[;name] |
|
SelectChartFunnel |
Funnel chart type. |
series=name[;name] |
|
SelectChartPyramid |
Pyramid chart type. |
series=name[;name] |
|
SelectPaletteGroup |
Palette not set. |
n/a |
|
SelectPaletteDefault |
Default palette. |
n/a |
|
SelectPaletteLightSteelBlue |
Palette with Light style colors. |
n/a |
|
SelectPaletteEarthTones |
Palette with Earth Tones style colors. |
n/a |
|
SelectPaletteGrayScale |
Palette with gray scale colors. |
n/a |
|
SelectPaletteSemiTransparent |
Palette with Semi Transparent style colors. |
n/a |
|
SelectPaletteExcelLike |
Palette with Excel style colors. |
n/a |
|
SelectPaletteLightBeige |
Palette with Light style colors. |
n/a |
|
SelectPaletteBerry |
Palette with Berry style colors. |
n/a |
|
SelectPaletteChocolate |
Palette with Chocolate style colors. |
n/a |
|
SelectPaletteFire |
Palette with Fire style colors. |
n/a |
|
SelectPaletteGreenBlue |
Palette with Green Blue style colors. |
n/a |
|
Separator |
Represents separator in menus or toolbox. |
n/a |
|
Spacer |
Represents space in the toolbox. |
n/a |
|
SendToBack |
Sends series to back. |
series=name |
|
BringToFront |
Sends series to front |
series=name |
|
ToggleMinorGridLines |
Shows/hides axis grid lines |
axes=chartareaname:x|y|x1|y1|x2|y2, |
|
ToggleMajorGridLines |
Shows/hides axis grid lines |
axes=chartareaname:x|y|x1|y1|x2|y2, |
|
ToggleReverseAxes |
Reverses axes. |
axes=chartareaname:x|y|x1|y1|x2|y2, |
|
ToggleInterlacedAxes |
Reverses axes. |
axes=chartareaname:x|y|x1|y1|x2|y2, |
|
FinancialIndicatorsGroup |
Financial Indicators Command Group |
n/a |
|
MovingAverage |
Moving average command type |
series=name params=formula_parameters |
|
ExponentialMovingAverage |
Exponential Moving Average command type |
series=name params=formula_parameters |
|
TriangularMovingAverage |
Triangular Moving Average command type |
series=name params=formula_parameters |
|
WeightedMovingAverage |
Weighted Moving Average command type |
series=name params=formula_parameters |
|
TypicalPrice |
Typical Price command type |
series=name params=formula_parameters |
|
MedianPrice |
Median Price command type |
series=name params=formula_parameters |
|
WeightedClose |
Weighted Close command type |
series=name params=formula_parameters |
|
Envelopes |
Envelopes command type |
series=name params=formula_parameters |
|
BollingerBands |
BollingerBands command type |
series=name params=formula_parameters |
|
ErrorBar |
ErrorBar command type |
series=name params=formula_parameters |
|
Forecasting |
Forecasting command type |
series=name params=formula_parameters |