NChartAxesPlane Class Reference
| Inherits from | NChartObject : NSObject |
|---|---|
| Declared in | NChartAxesPlane.h |
Overview
The NChartAxesPlane class provides methods to display the axes plane for the cartesian system.
color
Color of axes plane.
@property (nonatomic, strong) UIColor *colorDeclared In
NChartAxesPlane.h
width
Width of the axes plane in 3D scene units. Actually, one 3D scene unit is equal to half a screen size by the initial zoom (therefore the space of 3D scene is actually nonlinear respectively to the screen). Of course you can try to calculate out the value you need, but you would find it out easier experimentally. The default value is 0.05.
@property (nonatomic, assign) float widthDeclared In
NChartAxesPlane.h