NChartDataSmoother Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NChartDataSmoother.h |
Overview
The NChartDataSmoother class provides basic data smoother used to create smooth charts by only a few points.
+ dataSmoother
Create new instance of data smoother.
+ (id)dataSmootherDeclared In
NChartDataSmoother.h
resolution
Resolution of the spline. Resolution is the number of subdivisions by the step dimension for each segment. The default value is 32. The allowed value are [2 .. 1024].
@property (nonatomic, assign) NSInteger resolutionDeclared In
NChartDataSmoother.h