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; }
Public Property RudimentEnabled As Boolean
Get
Set
public:
virtual property bool RudimentEnabled {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanImplements
INChartSeriesSettingsRudimentEnabledSee Also