Skip to main content

%ZEN.Report.Display.Chart.xyChart

class %ZEN.Report.Display.Chart.xyChart extends %ZEN.Report.Display.Chart.chart

Renders a xy chart (scatter plot).

Method Inventory

Parameters

parameter DEFAULTPLOTTOEDGE = 1;
Default value for plotToEdge property.

Methods

method getXAxisType() as %String
Return the type of x axis (category or value) used by this chart.
method getYAxisType() as %String
Return the type of y axis (category or value) used by this chart.
method renderMarkers(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, ByRef delay As %GlobalCharacterStream)
method renderSeries(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, ByRef delay As %GlobalCharacterStream)
Inherited description: Draw data series for this chart. This is implemented by subclasses. group is the SVG container for the chart components.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab