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