class %ZEN.Report.Display.COSChart.test
extends %ZEN.Report.Display.childrenNode, %ZEN.Report.Display.tableOutput
property height
as %ZEN.Datatype.length [ InitialExpression = "8in" ];
Height of the chart within the report.
property width
as %ZEN.Datatype.length [ InitialExpression = "10in" ];
Width of the chart within the report.