NChartRange Class Reference
Inherits from | NChartObject : NSObject |
---|---|
Declared in | NChartRange.h |
brush
Brush of the range selector.
@property (nonatomic, strong) NChartBrush *brush
Declared In
NChartRange.h
xRange
Range by X-Axis.
@property (nonatomic, assign) NChartValueAxisRange *xRange
Discussion
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 xRangeMinimalLength
Declared In
NChartRange.h
sxRange
Range by SX-Axis.
@property (nonatomic, assign) NChartValueAxisRange *sxRange
Discussion
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 sxRangeMinimalLength
Declared In
NChartRange.h