Manages charts for monitoring creatures performance.
This class has no corresponding static object. If you want to use it, you have to create an object or get a reference to the existing object.
creature
untyped |
Selected creature
|
selected
integer |
Selected property
|
add
|
Add chart
function add()
return the new Window object with chart as its client
arguments: property to be tracked
|
addSelected
|
Add chart
function addSelected()
Add the chart for currenly selected property
|
createChart
|
Create performance chart
function createChart()
return the new chart object (can be client for Window)
arguments: property to be tracked
|
removeAll
|
Remove all charts
function removeAll()
|
resetAll
|
Reset all charts
function resetAll()
Removes all data from the chart windows.
|