Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

ZENMVC.ChartDataModel

class ZENMVC.ChartDataModel extends %ZEN.DataModel.ObjectDataModel

Sample DataModel used by MVC Chart page. This model defines a set of values that will be displayed by a set of charts (as well as a grid).

Property Inventory

Method Inventory

Properties

property P1 as %Integer;
Property methods: P1DisplayToLogical(), P1Get(), P1IsValid(), P1LogicalToDisplay(), P1Normalize(), P1Set()
property P2 as %Integer;
Property methods: P2DisplayToLogical(), P2Get(), P2IsValid(), P2LogicalToDisplay(), P2Normalize(), P2Set()
property P3 as %Integer;
Property methods: P3DisplayToLogical(), P3Get(), P3IsValid(), P3LogicalToDisplay(), P3Normalize(), P3Set()
property P4 as %Integer;
Property methods: P4DisplayToLogical(), P4Get(), P4IsValid(), P4LogicalToDisplay(), P4Normalize(), P4Set()
property P5 as %Integer;
Property methods: P5DisplayToLogical(), P5Get(), P5IsValid(), P5LogicalToDisplay(), P5Normalize(), P5Set()
property P6 as %Integer;
Property methods: P6DisplayToLogical(), P6Get(), P6IsValid(), P6LogicalToDisplay(), P6Normalize(), P6Set()
property P7 as %Integer;
Property methods: P7DisplayToLogical(), P7Get(), P7IsValid(), P7LogicalToDisplay(), P7Normalize(), P7Set()

Methods

method %OnLoadModel(pSource As %RegisteredObject) as %Status
This callback method does the actual work of loading values from the source object.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab