Click or drag to resize
NChartAreaSeriesSettingsRudimentEnabled Property
Flag determining if rudiment is allowed. The default value is true. Rudiment is a part of series that remains unused from the previous displayed data set and disappears by the animated transition.

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

Property Value

Type: Boolean

Implements

INChartSeriesSettingsRudimentEnabled
See Also