NChartAutoScrollLabel Class Reference
| Inherits from | NChartLabel : NChartPlaced : NChartObject : NSObject |
|---|---|
| Declared in | NChartAutoScrollLabel.h |
Overview
The NChartAutoScrollLabel provides methods to control the label that is shown whenever auto scroll mode of chart is toggled.
+ autoScrollLabel
Create auto scroll label instance.
+ (NChartAutoScrollLabel *)autoScrollLabelReturn Value
new auto scroll label instance.
Declared In
NChartAutoScrollLabel.h
onText
Text that should appear on the label whenever auto scroll is ON. The default value is nil.
@property (nonatomic, strong) NSString *onTextDeclared In
NChartAutoScrollLabel.h
offText
Text that should appear on the label whenever auto scroll is OFF. The default value is nil.
@property (nonatomic, strong) NSString *offTextDeclared In
NChartAutoScrollLabel.h
fadeTime
Fade time of the label (in seconds). The default value is 0.25.
@property (nonatomic, assign) float fadeTimeDeclared In
NChartAutoScrollLabel.h
visibleTime
Time the label is visible (in seconds). The default value is 1.
@property (nonatomic, assign) float visibleTimeDeclared In
NChartAutoScrollLabel.h