Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%ZEN] >  [Report] >  [Display] >  [COSChart] >  [node]
Private  Storage   

deprecatedclass %ZEN.Report.Display.COSChart.node extends %RegisteredObject

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
9 12


Summary

Properties
%angle %index children content displayed
id name parent

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
Display appendChild clearChildren createElementSVG
findSVGElement firstChild getAttribute insertBefore
newElementSVG removeChild setAttribute setText


Properties

• property %angle as %Double;
• property %index as %Integer;
• property children as list of %ZEN.Report.Display.COSChart.node;
• property content as %String;
• property displayed as %Boolean [ InitialExpression = 0 ];
• property id as %Integer;
• property name as %String;
• property parent as node;

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)


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.