com.nchart3d.NChart.NChartDataSmootherSpline Class Reference

The NChartDataSmootherSpline class provides data smoother based on cubic defect 1 splines used to create smooth lines on the charts by only a few points. More...

Inheritance diagram for com.nchart3d.NChart.NChartDataSmootherSpline:
com.nchart3d.NChart.NChartDataSmoother

Additional Inherited Members

- Public Member Functions inherited from com.nchart3d.NChart.NChartDataSmoother
int getResolution ()
 Resolution of the spline. More...
 
void setResolution (int resolution)
 For details see getResolution().
 

Detailed Description

The NChartDataSmootherSpline class provides data smoother based on cubic defect 1 splines used to create smooth lines on the charts by only a few points.

Typically this smoother is used for line and area series.

This smoother ensures the best smoothing in comparison with NChartDataSmootherTBezier and NChartDataSmootherSBezier, but has large deviation from the linear data interpolation and can produce large fake extremums.