NChartPolarSystem Class Reference
| Inherits from | NChartCoordSystem : NChartObject : NSObject |
|---|---|
| Declared in | NChartPolarSystem.h |
Overview
The NChartPolarSystem class provides methods for managing the chart’s polar coordinate system.
azimuthAxis
Azimuth-Axis of the polar coordinate system.
@property (nonatomic, readonly) NChartValueAxis *azimuthAxisDeclared In
NChartPolarSystem.h
radiusAxis
Radius-Axis of the polar coordinate system.
@property (nonatomic, readonly) NChartValueAxis *radiusAxisDeclared In
NChartPolarSystem.h
grid
Grid of the polar coordinate system.
@property (nonatomic, readonly) NChartAxisGrid *gridDeclared In
NChartPolarSystem.h
borderVisible
Flag that determines if the border around the polar coordinate system is visible (YES) or not (NO).
@property (nonatomic, assign) BOOL borderVisibleDeclared In
NChartPolarSystem.h
borderColor
Color of the border around the polar coordinate system.
@property (nonatomic, strong) UIColor *borderColorDeclared In
NChartPolarSystem.h
borderThickness
Thickness of the border around the polar coordinate system.
@property (nonatomic, assign) float borderThicknessDeclared In
NChartPolarSystem.h