RadControls for Silverlight

Defines the possible states a ChartNode may enter.

Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.403.1050

Syntax

C#
public enum NodeState
Visual Basic
Public Enumeration NodeState

Members

Member nameValueDescription
Initial0 The node is created.
Loading1 The node is loading on the visual scene.
Loaded2 The node is loaded and ready to be visualized.
Unloading3 The node is in a process of being unloaded from the visual scene.
Unloaded4 The node is detached from the visual scene.

See Also