Skip to main content

%ZEN.Report.Display.Chart.plot

class %ZEN.Report.Display.Chart.plot extends %Library.RegisteredObject

Internal use only. Each chart creates a plot object to keep track of information about its plot area.

Property Inventory

Method Inventory

Properties

property plotBottom as %ZEN.Datatype.float;
Property methods: plotBottomDisplayToLogical(), plotBottomGet(), plotBottomIsValid(), plotBottomLogicalToDisplay(), plotBottomLogicalToOdbc(), plotBottomNormalize(), plotBottomSet()
property plotHeight as %ZEN.Datatype.float;
Property methods: plotHeightDisplayToLogical(), plotHeightGet(), plotHeightIsValid(), plotHeightLogicalToDisplay(), plotHeightLogicalToOdbc(), plotHeightNormalize(), plotHeightSet()
property plotLeft as %ZEN.Datatype.float;
Property methods: plotLeftDisplayToLogical(), plotLeftGet(), plotLeftIsValid(), plotLeftLogicalToDisplay(), plotLeftLogicalToOdbc(), plotLeftNormalize(), plotLeftSet()
property plotRight as %ZEN.Datatype.float;
Property methods: plotRightDisplayToLogical(), plotRightGet(), plotRightIsValid(), plotRightLogicalToDisplay(), plotRightLogicalToOdbc(), plotRightNormalize(), plotRightSet()
property plotTop as %ZEN.Datatype.float;
Property methods: plotTopDisplayToLogical(), plotTopGet(), plotTopIsValid(), plotTopLogicalToDisplay(), plotTopLogicalToOdbc(), plotTopNormalize(), plotTopSet()
property plotWidth as %ZEN.Datatype.float;
Property methods: plotWidthDisplayToLogical(), plotWidthGet(), plotWidthIsValid(), plotWidthLogicalToDisplay(), plotWidthLogicalToOdbc(), plotWidthNormalize(), plotWidthSet()
property xGridType as %ZEN.Datatype.string;
Property methods: xGridTypeDisplayToLogical(), xGridTypeGet(), xGridTypeIsValid(), xGridTypeLogicalToDisplay(), xGridTypeLogicalToOdbc(), xGridTypeNormalize(), xGridTypeSet()
property yGridType as %ZEN.Datatype.string;
Property methods: yGridTypeDisplayToLogical(), yGridTypeGet(), yGridTypeIsValid(), yGridTypeLogicalToDisplay(), yGridTypeLogicalToOdbc(), yGridTypeNormalize(), yGridTypeSet()

Methods

method calculateRangeValues(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, ByRef delay As %GlobalCharacterStream, chart As %ZEN.Report.Display.Chart.chart)
method needsXDataMax(chart As chart) as %Boolean
method needsXDataMin(chart As chart) as %Boolean
method needsYDataMax(chart As chart) as %Boolean
method needsYDataMin(chart As chart) as %Boolean

Inherited Members

Inherited Methods

FeedbackOpens in a new tab