XuniChartDataPoint Class Reference

Inherits from XuniDataPoint : NSObject
Declared in ChartDataPoint.h

Overview

XuniChartDataPoint Class.

XuniChartDataPoint Class.

Other Methods

  bubbleSize

Gets the bubble size for this data point.

@property (readonly) double bubbleSize

Discussion

Gets the bubble size for this data point.

Declared In

ChartDataPoint.h

  high

Gets the high value for this data point.

@property (readonly) double high

Discussion

Gets the high value for this data point.

Declared In

ChartDataPoint.h

  low

Gets the low value for this data point.​

@property (readonly) double low

Discussion

Gets the low value for this data point.​

Declared In

ChartDataPoint.h

  open

Gets the open value for this data point.

@property (readonly) double open

Discussion

Gets the open value for this data point.

Declared In

ChartDataPoint.h

  close

Gets the close value for this data point.

@property (readonly) double close

Discussion

Gets the close value for this data point.

Declared In

ChartDataPoint.h

  seriesIndex

Gets the series index for this data point.​

@property (readonly) int seriesIndex

Discussion

Gets the series index for this data point.​

Declared In

ChartDataPoint.h

  seriesName

Gets the series name for this data point.​

@property (readonly) NSString *seriesName

Discussion

Gets the series name for this data point.​

Declared In

ChartDataPoint.h

  valueX

Gets the X value for this data point as an object.​

@property (readonly) NSObject *valueX

Discussion

Gets the X value for this data point as an object.​

Declared In

ChartDataPoint.h

  x

Gets this data point’s x coordinate.

@property (readonly) double x

Discussion

Gets this data point’s x coordinate.

Declared In

ChartDataPoint.h

  y

Gets this data point’s y coordinate.

@property (readonly) double y

Discussion

Gets this data point’s y coordinate.

Declared In

ChartDataPoint.h

Extension Methods

  dataX

Gets or sets numeric X value for this data point.

@property double dataX

Discussion

Gets or sets numeric X value for this data point.

Declared In

ChartDataPointPrivate.h