Click or drag to resize
NChartAreaSeriesDataSmoother Property
Data smoother used. The default value is null (no data smooter used).

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public INChartDataSmoother DataSmoother { get; set; }

Property Value

Type: INChartDataSmoother

Implements

INChartSeriesDataSmoother
See Also