NChartRibbonSeriesDataSmoother 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; }
Public Property DataSmoother As INChartDataSmoother
Get
Set
public:
virtual property INChartDataSmoother^ DataSmoother {
INChartDataSmoother^ get () sealed;
void set (INChartDataSmoother^ value) sealed;
}
Property Value
Type:
INChartDataSmootherImplements
INChartSeriesDataSmootherSee Also