XuniDataPoint Class Reference

Inherits from NSObject
Declared in DataPoint.h

Overview

XuniDataPoint Class.

XuniDataPoint Class.

  value

Gets the numeric value for this data point.

@property (readonly) double value

Discussion

Gets the numeric value for this data point.

Declared In

DataPoint.h

  pointIndex

Gets the point index for the data point.

@property (readonly) int pointIndex

Discussion

Gets the point index for the data point.

Declared In

DataPoint.h

  dataObject

Gets the underlying business object this data point is bound to.

@property (readonly) NSObject *dataObject

Discussion

Gets the underlying business object this data point is bound to.

Declared In

DataPoint.h