Skip to main content

%ZEN.SVGComponent.xyFitChart

class %ZEN.SVGComponent.xyFitChart extends %ZEN.SVGComponent.xyChart

Property Inventory

Method Inventory

Properties

property X0Max as %ZEN.Datatype.float;
Property methods: X0MaxDisplayToLogical(), X0MaxGet(), X0MaxIsValid(), X0MaxLogicalToDisplay(), X0MaxLogicalToOdbc(), X0MaxNormalize(), X0MaxSet()
property X0Min as %ZEN.Datatype.float;
Property methods: X0MinDisplayToLogical(), X0MinGet(), X0MinIsValid(), X0MinLogicalToDisplay(), X0MinLogicalToOdbc(), X0MinNormalize(), X0MinSet()
property hasFit as %ZEN.Datatype.boolean [ InitialExpression = 1 ];
Property methods: hasFitDisplayToLogical(), hasFitGet(), hasFitIsValid(), hasFitLogicalToDisplay(), hasFitLogicalToOdbc(), hasFitLogicalToXSD(), hasFitNormalize(), hasFitSet(), hasFitXSDToLogical()

Methods

clientmethod getSeriesCount() [ Language = javascript ]
Return the number of data series for this chart.
clientmethod renderLine(group) [ Language = javascript ]
clientmethod renderPoints(group) [ Language = javascript ]
clientmethod renderSeries(group) [ Language = javascript ]
Draw data series for this chart. group is the SVG container for the chart components.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab