DefaultBarElementRender Class Reference

Inherits from BasePlotElementRender : NSObject
Declared in DefaultPlotElementRender.h

Overview

Class DefaultBarElementRender.

– init:x:y:width:height:

Initialize an object for DefaultBarElementRender.

- (id)init:(NSObject<IXuniRenderEngine> *)renderEngine x:(double)x y:(double)y width:(double)width height:(double)height

Parameters

renderEngine

the renderEngine.

x

the X value.

y

the Y value.

width

the width.

height

the height.

Return Value

an object for DefaultBarElementRender.

Discussion

Initialize an object for DefaultBarElementRender.

Declared In

DefaultPlotElementRender.h

– getBarRect

Get the Bar rectangle.

- (CGRect)getBarRect

Return Value

an object for CGRect.

Discussion

Get the Bar rectangle.

Declared In

DefaultPlotElementRender.h