NChartSolidSeries Class Reference
Inherits from | NChartSeries : NChartObject : NSObject |
---|---|
Declared in | NChartSolidSeries.h |
Overview
The NChartSolidSeries class provides common methods to display series that are filled with some brush and have a border.
brush
Brush that fills the series.
@property (nonatomic, strong) NChartBrush *brush
See Also
Declared In
NChartSolidSeries.h
borderBrush
Brush of the border that surrounds the series.
@property (nonatomic, strong) NChartBrush *borderBrush
See Also
Declared In
NChartSolidSeries.h
borderThickness
Thickness (in pixels) of the border that surrounds the series.
@property (nonatomic, assign) float borderThickness
Declared In
NChartSolidSeries.h