INChartSeriesDataSmoother Property |
Data smoother used. The default value is null (no data smooter used).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax INChartDataSmoother DataSmoother { get; set; }
Property DataSmoother As INChartDataSmoother
Get
Set
property INChartDataSmoother^ DataSmoother {
INChartDataSmoother^ get ();
void set (INChartDataSmoother^ value);
}
Property Value
Type:
INChartDataSmootherSee Also