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 *azimuthAxis
Declared In
NChartPolarSystem.h
radiusAxis
Radius-Axis of the polar coordinate system.
@property (nonatomic, readonly) NChartValueAxis *radiusAxis
Declared In
NChartPolarSystem.h
grid
Grid of the polar coordinate system.
@property (nonatomic, readonly) NChartAxisGrid *grid
Declared 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 borderVisible
Declared In
NChartPolarSystem.h
borderColor
Color of the border around the polar coordinate system.
@property (nonatomic, strong) NSColor *borderColor
Declared In
NChartPolarSystem.h
borderThickness
Thickness of the border around the polar coordinate system.
@property (nonatomic, assign) float borderThickness
Declared In
NChartPolarSystem.h