NChartAxisGridLines Class Reference
Inherits from | NChartObject : NSObject |
---|---|
Declared in | NChartAxisGrid.h |
Overview
The NChartAxisGridLine class provides methods to control particular grid lines of the chart’s axis.
color
Color of the grid lines.
@property (nonatomic, strong) NSColor *color
Declared In
NChartAxisGrid.h
thickness
Thickness of the grid lines in pixels. The default value is 1.
@property (nonatomic, assign) float thickness
Declared In
NChartAxisGrid.h
lineDash
Dash of the grid lines.
@property (nonatomic, strong) NChartLineDash *lineDash
See Also
Declared In
NChartAxisGrid.h