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