Manual
Modules Loaded
Module scripting commands
General scripting commands
Scripting
Module: Bar & Line Chart
Full package name: mesquite.charts.Histogram.Histogram
Duty: Draw Chart (mesquite.lib.duties.DrawChart)
Module Explanation
Helps make bar & line charts.
Author(s): Wayne P. Maddison and David R. Maddison
Version 3.70
Commands of Bar & Line Chart
suspend
Explanation:
Suspends calculations
resume
Explanation:
Resumes calculations
setMode
Explanation:
Sets the mode of the chart
Parameters:
[0 = native; 1= fixed number of groups; 2= groups of fixed width; 3= moving window]
toggleSizeToFit
Explanation:
Sets whether or not the chart is sized to fit into the field
Parameters:
[on= size to fit; off]
sizeDrawing
Explanation:
Sets the size of the drawing (appropriate if not size to fit)
Parameters:
[width in pixels][height in pixels]
setNumberIntervals
Explanation:
Sets the number of groups (appropriate if mode is Fixed Number of Groups)
Parameters:
[number of groups]
setIntervalSize
Explanation:
Sets the width of intervals (appropriate if mode is Fixed Group Width)
Parameters:
[width of groups]
setMovingWindowSize
Explanation:
Sets the size of the moving window (appropriate if mode is Moving Window)
Parameters:
[Moving window size]
setAutoMode
Explanation:
Sets to automatic grouping mode
setNativeMode
Explanation:
Sets to native mode
showAverageToggle
Explanation:
For orientation 1, shows average of each category
Parameters:
[on or off]
showPercentToggle
Explanation:
For orientation 1, shows precent of each category
Parameters:
[on or off]
setCumulativeMode
Explanation:
Sets the cumulative mode of the chart
Parameters:
[0 = off; 1= simple cumulative; 2= cumulative average]
setNoCumulative
Explanation:
For orientation 1, turns off cumulative values
Parameters:
[on or off]
setCumulative
Explanation:
For orientation 1, shows cumulative values
Parameters:
[on or off]
setCumulativeAverage
Explanation:
For orientation 1, shows cumulative average values
Parameters:
[on or off]
setCumulativeDown
Explanation:
For orientation 1, shows cumulative values in reverse
Parameters:
[on or off]
setCumulativeAverageDown
Explanation:
For orientation 1, shows cumulative average values in reverse
Parameters:
[on or off]
showAsBarChartToggle
Explanation:
Show as bar chart or as line chart
Parameters:
[on or off]
showRawToggle
Explanation:
Shows individual points in text view
Parameters:
[on or off]
newAssistant
Explanation:
Hires a chart assistant module
Parameters:
[name of assistant module]
closeAssistant
Explanation:
Closes an assistant module
Parameters:
[number of assistant module]
logLastResultString
Explanation:
Logs last result string
getLastResultString
Explanation:
Returns last result string
getLastResult
Explanation:
Returns last MesquiteNumber result