NChartPlaced Class Reference
Inherits from | NChartObject : NSObject |
---|---|
Declared in | NChartPlaced.h |
Overview
The NChartPlaced class provides basic methods for objects displaying some textual information on the screen.
background
Brush filling the background of the text container.
@property (nonatomic, strong) NChartBrush *background
See Also
Declared In
NChartPlaced.h
borderColor
Color of the border that is drawn around the text container.
@property (nonatomic, strong) NSColor *borderColor
Declared In
NChartPlaced.h
borderRadius
Corner rounding radius (in pixels) of the border that is drawn around the text container.
@property (nonatomic, assign) float borderRadius
Declared In
NChartPlaced.h
borderThickness
Thickness of the border (in pixels) that is drawn around the text container.
@property (nonatomic, assign) float borderThickness
Declared In
NChartPlaced.h
margin
Margin of the text container in pixels (spacing from the bounds of the enclosing area).
@property (nonatomic, assign) NChartMargin margin
Declared In
NChartPlaced.h
padding
Padding of the text container in pixels (spacing to sub-areas).
@property (nonatomic, assign) NChartMargin padding
Declared In
NChartPlaced.h
opacity
Opacity of the text container. Value should be in 0..1. The default value is 1.
@property (nonatomic, assign) float opacity
Declared In
NChartPlaced.h