Juniper Systems Allegro CE Manual User Manual

Page 194

Advertising
background image

Page 4-134 Windows CE

Example: CellTask(“Picture”,”ShowPicture(””pic.jpg””)”,3)

Chart([“Type:Bar/Line/LineMarkers/Pie/XY/XYLines/
XYLinesMarkers”,

“Title:ChartTitle”,
”XTitle:XaxisTitle”,
”YTitle:YaxisTitle”,
“Series:Rows” or “Series:Columns”,
”Legend” or “Legend:No”,
”Xaxis” or “Xaxis:No”,
”Yaxis” or “Yaxis:No”,
”Xgrid” or “Xgrid:No”,
”Ygrid” or “Ygrid:No”,
”AutoScale” or “AutoScale:No”])

Shows the chart of the selection. All parameters are optional and their
order is not important.
Default values of parameters: Chart(“Type:Bar”, “”Series:Rows”,
“Legend”, “Xaxis”, “Yaxis”, “Xgrid:No”, “Ygrid:Yes”, “AutoScale”).
Example: Sel(a1:c20)

Chart(“Type:XY”, “Title:Sin(x)”, “Xgrid”, “Ygrid”)
Sel(b2:f5)
Chart(“Series:Columns”, “AutoScale:No”)

Clear()
Clears contents in the current selection.
Example: Clear()

ClearFormat()
Clears format in the current selection.
Example: ClearFormat()

ColHide([hideUnhide])
Returns whether the first column of current selection is hidden and
hides (true) or unhides (false) selected columns if hideUnhide is
specified.
Example: Sel(B1:B1)

ColHide(true)

ColWidth([width])
Returns column width of the first column of current selection and
sets width of selected columns if width is specified.
Example: Sel(B1:C1)

ColWidth(100)

Advertising