NChartValueAxisMark Class Reference
Inherits from | NChartLabel : NChartPlaced : NChartObject : NSObject |
---|---|
Declared in | NChartValueAxisMark.h |
+ mark
Create new mark instance.
+ (NChartValueAxisMark *)mark
Return Value
new mark instance.
Declared In
NChartValueAxisMark.h
value
Value of the mark.
@property (nonatomic, assign) double value
Declared In
NChartValueAxisMark.h
tick
Tick of the mark. It is invisible by default.
@property (nonatomic, readonly) NChartAxisTick *tick
Declared In
NChartValueAxisMark.h