NChartValueAxisMark Class Reference
| Inherits from | NChartLabel : NChartPlaced : NChartObject : NSObject |
|---|---|
| Declared in | NChartValueAxisMark.h |
+ mark
Create new mark instance.
+ (NChartValueAxisMark *)markReturn Value
new mark instance.
Declared In
NChartValueAxisMark.h
value
Value of the mark. This property sets/returns the value of the mark corresponding to the 0-th time index.
@property (nonatomic, assign) double valueSee Also
- valueForTimeIndex:(NSUInteger)timeIndex.
Declared In
NChartValueAxisMark.h
– valueForTimeIndex:
Get value for a given time index. Time indices start with 0 and are driven by the time axis.
- (double)valueForTimeIndex:(NSUInteger)timeIndexParameters
timeIndex |
|
|---|
Return Value
value that corresponds to the given time index.
See Also
Declared In
NChartValueAxisMark.h
– setValue:forTimeIndex:
Get value for a given time index. Time indices start with 0 and are driven by the time axis.
- (void)setValue:(double)value forTimeIndex:(NSUInteger)timeIndexParameters
value |
|
|---|---|
timeIndex |
|
See Also
Declared In
NChartValueAxisMark.h
tick
Tick of the mark. It is invisible by default.
@property (nonatomic, readonly) NChartAxisTick *tickDeclared In
NChartValueAxisMark.h