com.nchart3d.NChart.NChartDataSmootherTBezier Class Reference

The NChartDataSmootherTBezier class provides data smoother based on bezier interpolation (with control points calculated according to tangents to the curve being smoothed) used to create smooth lines on the charts by only a few points. More...

Inheritance diagram for com.nchart3d.NChart.NChartDataSmootherTBezier:
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 NChartDataSmootherTBezier class provides data smoother based on bezier interpolation (with control points calculated according to tangents to the curve being smoothed) 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 minimal deviation from the linear data interpolation (in comparison with NChartDataSmootherSpline, NChartDataSmootherLagrange and NChartDataSmootherSBezier) and guarantees the absence of fake extremums.