com.nchart3d.NChart.NChartDataSmoother Class Referenceabstract

The NChartDataSmoother class provides basic data smoother used to create smooth charts by only a few points. More...

Inheritance diagram for com.nchart3d.NChart.NChartDataSmoother:
com.nchart3d.NChart.NChartDataSmootherLagrange com.nchart3d.NChart.NChartDataSmootherSBezier com.nchart3d.NChart.NChartDataSmootherSpline com.nchart3d.NChart.NChartDataSmootherTBezier

Public Member Functions

int getResolution ()
 Resolution of the spline. More...
 
void setResolution (int resolution)
 For details see getResolution().
 

Detailed Description

The NChartDataSmoother class provides basic data smoother used to create smooth charts by only a few points.

Member Function Documentation

int com.nchart3d.NChart.NChartDataSmoother.getResolution ( )
inline

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].