NChartSolidColorBrush Class Reference
| Inherits from | NChartBrush : NSObject |
|---|---|
| Declared in | NChartSolidColorBrush.h |
+ solidColorBrushWithColor:
Create brush with color.
+ (NChartSolidColorBrush *)solidColorBrushWithColor:(UIColor *)colorParameters
color |
|
|---|
Return Value
a new instance of the solid color brush.
Declared In
NChartSolidColorBrush.h
– initWithColor:
Init brush with color.
- (id)initWithColor:(UIColor *)colorParameters
color |
|
|---|
Return Value
the initialized instance of a brush.
Declared In
NChartSolidColorBrush.h
color
Color of the brush.
@property (nonatomic, strong) UIColor *colorDeclared In
NChartSolidColorBrush.h