%DeepSee.extensions.clusters.DataController
abstract class %DeepSee.extensions.clusters.DataController
Property Inventory
Method Inventory
Properties
property defaultRadius as %ZEN.Datatype.float [ InitialExpression = 1 ];
Property methods: defaultRadiusDisplayToLogical(), defaultRadiusGet(), defaultRadiusIsValid(), defaultRadiusLogicalToDisplay(), defaultRadiusLogicalToOdbc(), defaultRadiusNormalize(), defaultRadiusSet()
property group as list of %ZEN.Datatype.float;
Property methods: groupBuildValueArray(), groupCollectionToDisplay(), groupCollectionToOdbc(), groupDisplayToCollection(), groupDisplayToLogical(), groupGet(), groupGetObject(), groupGetObjectId(), groupGetSwizzled(), groupIsValid(), groupLogicalToDisplay(), groupLogicalToOdbc(), groupNormalize(), groupOdbcToCollection(), groupSet(), groupSetObject(), groupSetObjectId()
property radius as list of %ZEN.Datatype.float;
Property methods: radiusBuildValueArray(), radiusCollectionToDisplay(), radiusCollectionToOdbc(), radiusDisplayToCollection(), radiusDisplayToLogical(), radiusGet(), radiusGetObject(), radiusGetObjectId(), radiusGetSwizzled(), radiusIsValid(), radiusLogicalToDisplay(), radiusLogicalToOdbc(), radiusNormalize(), radiusOdbcToCollection(), radiusSet(), radiusSetObject(), radiusSetObjectId()
property xValues as list of %ZEN.Datatype.float;
Property methods: xValuesBuildValueArray(), xValuesCollectionToDisplay(), xValuesCollectionToOdbc(), xValuesDisplayToCollection(), xValuesDisplayToLogical(), xValuesGet(), xValuesGetObject(), xValuesGetObjectId(), xValuesGetSwizzled(), xValuesIsValid(), xValuesLogicalToDisplay(), xValuesLogicalToOdbc(), xValuesNormalize(), xValuesOdbcToCollection(), xValuesSet(), xValuesSetObject(), xValuesSetObjectId()
property yValues as list of %ZEN.Datatype.float;
Property methods: yValuesBuildValueArray(), yValuesCollectionToDisplay(), yValuesCollectionToOdbc(), yValuesDisplayToCollection(), yValuesDisplayToLogical(), yValuesGet(), yValuesGetObject(), yValuesGetObjectId(), yValuesGetSwizzled(), yValuesIsValid(), yValuesLogicalToDisplay(), yValuesLogicalToOdbc(), yValuesNormalize(), yValuesOdbcToCollection(), yValuesSet(), yValuesSetObject(), yValuesSetObjectId()
Methods
method %ClearDataset()
method %GetSeriesSize() as %Integer
clientmethod getData(series) [ Language = javascript ]