The <ChartTimeIndexDelegate> protocol is used to work with the events that are generated on changing chart timeline index.
<NSObject>
<ChartTimeIndexDelegate>
chartTimeIndexDelegateTimeIndexChanged:. Changing chart timeline index.
- (void) chartTimeIndexDelegateTimeIndexChanged: (int) index
index. Chart timeline index.
The example of use is given in the Working with Chart and Timeline section.
See also:
Protocols