XuniFinancePlotter Class Reference

Inherits from XuniBasePlotter : NSObject
Declared in FinancePlotter.h

Overview

XuniFinancePlotter class.

  chart

gets or sets chart.

@property FlexChart *chart

Discussion

gets or sets chart.

Declared In

FinancePlotter.h

  dataInfo

gets or sets dataInfo.

@property XuniDataInfo *dataInfo

Discussion

gets or sets dataInfo.

Declared In

FinancePlotter.h

  hitTester

gets or sets hitTester.

@property XuniHitTester *hitTester

Discussion

gets or sets hitTester.

Declared In

FinancePlotter.h

  seriesIndex

gets or sets index of series.

@property int seriesIndex

Discussion

gets or sets index of series.

Declared In

FinancePlotter.h

  seriesCount

gets or sets series count.

@property int seriesCount

Discussion

gets or sets series count.

Declared In

FinancePlotter.h

  stacking

gets or sets the stacking type of chart.

@property XuniStacking stacking

Discussion

gets or sets the stacking type of chart.

Declared In

FinancePlotter.h

  rotated

gets or sets whether the direction of plotting is inverted.

@property BOOL rotated

Discussion

gets or sets whether the direction of plotting is inverted.

Declared In

FinancePlotter.h

  isCandle

gets or sets whether the chart is candle.

@property BOOL isCandle

Discussion

gets or sets whether the chart is candle.

Declared In

FinancePlotter.h

– init:dataInfo:hitTester:

Initialize an instance for FinancePlotter.

- (id)init:(FlexChart *)chart dataInfo:(XuniDataInfo *)dataInfo hitTester:(XuniHitTester *)hitTester

Parameters

chart

the chart.

dataInfo

the dataInfo.

hitTester

the chart element at specified point.

Return Value

an instance of FinancePlotter.

Discussion

Initialize an instance for FinancePlotter.

Declared In

FinancePlotter.h