Perform the analytics on an array of points. This method is implemented in subclasses. It takes into account the
point states with given index only.
- (NSArray *)analyzePoints:(NSArray *)points withStateIndex:(NSUInteger)stateIndex
Parameters
points |
- array of points to analyze.
|
stateIndex |
- index of point state to take into account.
|
Return Value
array of result points. Note, that these points can be obtained from the array given, but also generated anew,
or both according to the logic of particular point analyzer.
Declared In
NChartPointAnalyzer.h