Click or drag to resize
INChartDataSmoother Interface
The INChartDataSmoother interface provides basic data smoother used to create smooth charts by only a few points.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public interface INChartDataSmoother

The INChartDataSmoother type exposes the following members.

Properties
  NameDescription
Public propertyDataSmootherInternal
Return internal class.
Public propertyResolution
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].
Public propertyStepDimension
Key of the value that should be interpreted as step dimension. Typically it is NChartValue.X (which is the default value), however for bar series it should be NChartValue.Y.
Public propertyValueDimension
Key of the value that should be interpreted as height dimension. Typically it is NChartValue.Y (which is the default value), however for bar series it should be NChartValue.X.
Top
See Also