Optional Readonly colorNOTE: Uint32 encoded RGBA where Red is least significant byte. Can be translated to Color object with ColorUint32
Optional Readonly idNOTE: Uint32
Optional Readonly lookupNOTE: Float32
Optional Readonly rotationNOTE: Unit = Degrees
Optional Readonly sizeNOTE: Unit = Pixels
Readonly xReadonly y
Reference to a sample in XY data set. Always has X + Y values. Situationally may also have extra properties for:
These extra properties are only present if the user has configured the DataSetXY to include them, using DataSetXYOptions and has supplied those properties when pushing data in.
The ID property can be used to identify any sample to any external, extra data that may need to be used in cursor formatting or custom logic. Note that the ID values should be supplied by user, they are not assigned automatically in any way.
The
SampleXYinterface is utilized by cursor result table formatters SeriesXYFormatterNew