%ZEN.Report.Display.COSChart.node
deprecated class %ZEN.Report.Display.COSChart.node extends %Library.RegisteredObject
Property Inventory
Method Inventory
- Display()
- appendChild()
- clearChildren()
- createElementSVG()
- findSVGElement()
- firstChild()
- getAttribute()
- insertBefore()
- newElementSVG()
- removeChild()
- setAttribute()
- setText()
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)
classmethod newElementSVG(name As %String)
method removeChild(node As %ZEN.Report.Display.COSChart.node)
method setText(content As %String)
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()