Class Reference
%DeepSee.Component.dataSeriesDefinition
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [Component] >  [dataSeriesDefinition]
Private  Storage

class %DeepSee.Component.dataSeriesDefinition extends %ZEN.Component.object

Defines a chart data series definition within a Dashboard widget definition. This is used by the Widget editor. It is not the saved state of the data series.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5


Summary

Properties
%condition %import %includeFiles %page %resource
aux color composite hasLegend id
index markerShape name onupdate parent
tuple type visible window yAxisIndex

Methods
%%OIDGet %AddToSaveSet %Attr %BindExport
%ClassIsLatestVersion %ClassName %ConstructClone %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %DrawHTML %DrawJSStrings
%Eval %Extends %ForceClientRender %GetEventHandlers
%GetParameter %GetXMLName %IsA %IsModified
%MakeId %New %NormalizeObject %ObjectModified
%OnAddToPageAfter %OnAddToPageBefore %OnDrawObjectProperties %OnObjectSynch
%OnZENDeserialize %OriginalNamespace %PackageName %QuoteValue
%QuoteValueL10N %RemoveFromSaveSet %Self %SerializeObject
%SetModified %ValidateObject XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType findElement fireOnUpdateEvent
getProperty getSettings getType invokeSuper
isOfType makeId onCreate onDelete
onSerialize onloadHandler onunloadHandler onupdateHandler
render renderContents renderSVG setProperty


Parameters

• parameter NAMESPACE = "http://www.intersystems.com/deepsee";
This is the XML namespace used for library components.

Properties

• property color as %String(MAXLEN=255,XMLPROJECTION="attribute");
Color for this series.
• property hasLegend as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 1 ];
If false, do not include this series in the chart legend.
• property markerShape as %String(MAXLEN=255,XMLPROJECTION="attribute");
Marker for this series ("circle", etc).
• property type as %String(MAXLEN=255,XMLPROJECTION="attribute");
How to display this series ("area","bar","line").
• property yAxisIndex as %Integer(MINVAL=0,XMLPROJECTION="attribute") [ InitialExpression = 0 ];
yAxis (0-based) to use for this series.