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 *)autoScrollLabel

Return 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 *onText

Declared 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 *offText

Declared In

NChartAutoScrollLabel.h

  fadeTime

Fade time of the label (in seconds). The default value is 0.25.

@property (nonatomic, assign) float fadeTime

Declared In

NChartAutoScrollLabel.h

  visibleTime

Time the label is visible (in seconds). The default value is 1.

@property (nonatomic, assign) float visibleTime

Declared In

NChartAutoScrollLabel.h