Class NodeState
Defines the possible states a ChartNode may enter.
Inheritance
System.Object
NodeState
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class NodeState : Enum
Fields
Initial
Loaded
The node is loaded and ready to be visualized.
Declaration
public const NodeState Loaded
Field Value
NodeState
|
Loading
The node is loading on the visual scene.
Declaration
public const NodeState Loading
Field Value
NodeState
|
Unloaded
The node is detached from the visual scene.
Declaration
public const NodeState Unloaded
Field Value
NodeState
|
Unloading
The node is in a process of being unloaded from the visual scene.
Declaration
public const NodeState Unloading
Field Value
NodeState
|
value__
Declaration
public int value__
Field Value
System.Int32
|