Please enable JavaScript to view this site.

ESL Documentation

To Draw the

Graph Type...

Specify...

Notes

Standard Line

action Glines

 

Line with Symbols

action GlinesWithSymbols

 

Stacked Line

action GstackedLines

 

Surface Line

action GSurfaceLines

The data sets are graphed in the order in which they are placed into GDataY.

Stepped Line

copy true to GStepLineSet[DATA_SET_NUMBER] action GLines

You may graph any number of data sets as stepped lines.

Hi-Lo-Close

action GHiLoClose

The first data set is High,

the second is Low,

and the third is Close.

Pie

action GPie

GPieDataSet specifies the data set to use to draw the pie. GraphPie indicates whether a pie was drawn with the given input data. A pie graph cannot be created from mixed positive and negative data.

Standard Bar

action GBars

 

3-D Bar

copy true to Graph3D

action GBars

 

Overlapping Bar

copy true to GraphOverlap

action GBars

 

3-D Overlapping Bar

copy true to Graph3D

copy true to GraphOverlap

action GBars

 

Stacked Bar

action GStackedBars

 

3-D Stacked Bar

copy true to Graph3D

action GStackedBars

 

Scatter Graph

action GScatter