%ZEN.Report.Display.COSChart.Helpers.TimeEvent
class %ZEN.Report.Display.COSChart.Helpers.TimeEvent extends %Library.RegisteredObject
time events for rendering time events on a chart Here is a JavaScript example: { start:'2012-01-01', end:'2012-11-02', caption:'Coumadin', style:'', marker:'square'}Property Inventory
Properties
property caption as %ZEN.Datatype.string;
label for event when we draw it
Property methods: captionDisplayToLogical(), captionGet(), captionIsValid(), captionLogicalToDisplay(), captionLogicalToOdbc(), captionNormalize(), captionSet()
property end as %ZEN.Datatype.string;
end of event in ODBC format
Property methods: endDisplayToLogical(), endGet(), endIsValid(), endLogicalToDisplay(), endLogicalToOdbc(), endNormalize(), endSet()
property marker as %ZEN.Datatype.string;
marker that will be rendered when event is drawn
Property methods: markerDisplayToLogical(), markerGet(), markerIsValid(), markerLogicalToDisplay(), markerLogicalToOdbc(), markerNormalize(), markerSet()
property markerColor as %ZEN.Datatype.color;
Property methods: markerColorDisplayToLogical(), markerColorGet(), markerColorIsValid(), markerColorLogicalToDisplay(), markerColorLogicalToOdbc(), markerColorNormalize(), markerColorSet()
property start as %ZEN.Datatype.string;
start of event in ODBC format
Property methods: startDisplayToLogical(), startGet(), startIsValid(), startLogicalToDisplay(), startLogicalToOdbc(), startNormalize(), startSet()
property style as %ZEN.Datatype.svgStyle;
Property methods: styleDisplayToLogical(), styleGet(), styleIsValid(), styleLogicalToDisplay(), styleLogicalToOdbc(), styleNormalize(), styleSet()
Inherited Members
Inherited 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()