EpivizChart-class: 'EpivizChart' objects
Description
Encapsulate information about charts added to web app.Fields
measurements
:- List describing measurements displayed in chart.
id
:- (character) id assigned by session manager to chart. Use
getId
method to get id. mgr
:- (
EpivizDeviceMgr
) session manager object. inDevice
:- (logical)
TRUE
if chart is defined within an EpivizDevice-class
object. type
:- (character) chart type.
Methods
setId(id)
:
set id
. Internal use only.
getId()
:
get id
.
setInDevice(x)
:
set inDevice
field. Internal use only.