NChartRange Class Reference
| Inherits from | NChartObject : NSObject |
|---|---|
| Declared in | NChartRange.h |
brush
Brush of the range selector.
@property (nonatomic, strong) NChartBrush *brushDeclared In
NChartRange.h
xRange
Range by X-Axis.
@property (nonatomic, assign) NChartValueAxisRange *xRangeDiscussion
The NChartValueAxisRange object is transient: it is created anew for each request and is not
retained inside NChartRange instance.
Declared In
NChartRange.h
xRangeMinimalLength
Minimal length of range by X-Axis.
@property (nonatomic, assign) double xRangeMinimalLengthDeclared In
NChartRange.h
sxRange
Range by SX-Axis.
@property (nonatomic, assign) NChartValueAxisRange *sxRangeDiscussion
The NChartValueAxisRange object is transient: it is created anew for each request and is not
retained inside NChartRange instance.
Declared In
NChartRange.h
sxRangeMinimalLength
Minimal length of range by SX-Axis.
@property (nonatomic, assign) double sxRangeMinimalLengthDeclared In
NChartRange.h