XuniBarPlotter Class Reference

Inherits from XuniBasePlotter : NSObject
Declared in BarPlotter.h

Overview

XuniBarPlotter Class.

  chart

gets or sets chart.

@property FlexChart *chart

Discussion

gets or sets chart.

Declared In

BarPlotter.h

  dataInfo

gets or sets dataInfo.

@property XuniDataInfo *dataInfo

Discussion

gets or sets dataInfo.

Declared In

BarPlotter.h

  hitTester

gets or sets the chart element at specified point.

@property XuniHitTester *hitTester

Discussion

gets or sets the chart element at specified point.

Declared In

BarPlotter.h

  stacking

gets or sets the stacking type of chart.

@property XuniStacking stacking

Discussion

gets or sets the stacking type of chart.

Declared In

BarPlotter.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

BarPlotter.h

– init:dataInfo:hitTester:

Initialize an instance for BarPlotter.

- (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 BarPlotter.

Discussion

Initialize an instance for BarPlotter.

Declared In

BarPlotter.h