XuniChartPlotElementEventArgs Class Reference

Inherits from XuniEventArgs : NSObject
Declared in ChartPlotElementEventArgs.h

Overview

Arguments for ChartPlotElement event.

  renderEngine

Gets or sets the render engine.

@property (nonatomic) NSObject<IXuniRenderEngine> *renderEngine

Discussion

Gets or sets the render engine.

Declared In

ChartPlotElementEventArgs.h

  hitTestInfo

Gets or sets the hitTest info.

@property (nonatomic) XuniChartHitTestInfo *hitTestInfo

Discussion

Gets or sets the hitTest info.

Declared In

ChartPlotElementEventArgs.h

  dataPoint

Gets or sets the dataPoint.

@property (nonatomic) XuniChartDataPoint *dataPoint

Discussion

Gets or sets the dataPoint.

Declared In

ChartPlotElementEventArgs.h

  defaultRender

Gets or sets the default render.

@property (nonatomic) BasePlotElementRender *defaultRender

Discussion

Gets or sets the default render.

Declared In

ChartPlotElementEventArgs.h

  candleFillColor

Gets or sets the candle fill color of the candle chart when open > close or close > open.

@property (nonatomic) UIColor *candleFillColor

Discussion

Gets or sets the candle fill color of the candle chart when open > close or close > open.

Declared In

ChartPlotElementEventArgs.h

  candleBorderColor

Gets or sets the candle border color of the candle chart.

@property (nonatomic) UIColor *candleBorderColor

Discussion

Gets or sets the candle border color of the candle chart.

Declared In

ChartPlotElementEventArgs.h

– init:hitTestInfo:dataPoint:defaultRender:

Initialize an instance for ChartPlotElementEventArgs.

- (id)init:(NSObject<IXuniRenderEngine> *)renderEngine hitTestInfo:(XuniChartHitTestInfo *)hitTestInfo dataPoint:(XuniChartDataPoint *)dataPoint defaultRender:(BasePlotElementRender *)defaultRender

Parameters

renderEngine

the render engine.

hitTestInfo

the hitTest info.

dataPoint

the dataPoint.

defaultRender

the default render.

Return Value

an instance of ChartPlotElementEventArgs.

Discussion

Initialize an instance for ChartPlotElementEventArgs.

Declared In

ChartPlotElementEventArgs.h