Skip to main content

%ZEN.Report.Display.COSChart.node

class %ZEN.Report.Display.COSChart.node extends %Library.RegisteredObject

Property Inventory

Method Inventory

Properties

property %angle as %Double;
Property methods: %angleDisplayToLogical(), %angleGet(), %angleIsValid(), %angleLogicalToDisplay(), %angleNormalize(), %angleOdbcToLogical(), %angleSet()
property %index as %Integer;
Property methods: %indexDisplayToLogical(), %indexGet(), %indexIsValid(), %indexLogicalToDisplay(), %indexNormalize(), %indexSet()
property children as list of %ZEN.Report.Display.COSChart.node;
Property methods: childrenBuildValueArray(), childrenCollectionToDisplay(), childrenCollectionToOdbc(), childrenDisplayToCollection(), childrenGet(), childrenGetObject(), childrenGetObjectId(), childrenGetSwizzled(), childrenIsValid(), childrenOdbcToCollection(), childrenSet(), childrenSetObject(), childrenSetObjectId()
property content as %String;
Property methods: contentDisplayToLogical(), contentGet(), contentIsValid(), contentLogicalToDisplay(), contentLogicalToOdbc(), contentNormalize(), contentSet()
property displayed as %Boolean [ InitialExpression = 0 ];
Property methods: displayedDisplayToLogical(), displayedGet(), displayedIsValid(), displayedLogicalToDisplay(), displayedNormalize(), displayedSet()
property id as %Integer;
Property methods: idDisplayToLogical(), idGet(), idIsValid(), idLogicalToDisplay(), idNormalize(), idSet()
property name as %String;
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property parent as node;
Property methods: parentGet(), parentGetSwizzled(), parentIsValid(), parentNewObject(), parentSet()

Methods

method Display(ByRef context As %String, XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream)
method appendChild(node As %ZEN.Report.Display.COSChart.node) as %Status
method clearChildren()
method createElementSVG(name As %String)
method findSVGElement(id As %String)
method firstChild()
method getAttribute(property As %String)
method insertBefore(newNode As node, existingNode As node)
classmethod newElementSVG(name As %String)
method removeChild(node As %ZEN.Report.Display.COSChart.node)
method setAttribute(property As %String, value As %String)
method setText(content As %String)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab