Skip to main content

%DeepSee.extensions.clusters.DataController

Class %DeepSee.extensions.clusters.DataController [ Abstract, System = 4 ]

Properties

xValues

Property xValues As list Of %ZEN.Datatype.float;

yValues

Property yValues As list Of %ZEN.Datatype.float;

radius

Property radius As list Of %ZEN.Datatype.float;

group

Property group As list Of %ZEN.Datatype.float;

defaultRadius

Property defaultRadius As %ZEN.Datatype.float [ InitialExpression = 1 ];

Methods

getData

ClientMethod getData(series) [ Language = javascript ]

%InsertDataPoint

Method %InsertDataPoint(k As %Integer, x As %Double, y As %Double, r As %Double = 1)

%GetSeriesSize

Method %GetSeriesSize() As %Integer

%SetDataPoint

Method %SetDataPoint(k As %Integer, pos As %Integer, x As %Double, y As %Double)

%ClearDataset

Method %ClearDataset()

%Round

ClassMethod %Round(x As %Float) As %Float