Enum NodeState
Defines the possible states a chart node may enter.
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.dll
Syntax
public enum NodeState
Initial
The node is created.
Loaded
The node is loaded and ready to be visualized.
Loading
The node is loading on the visual scene.
Unloaded
The node is detached from teh visual scene.
Unloading
The node is in a process of being unloaded from the visual scene.