Class NodeState
Defines the possible states a Chart
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
Loading
The node is loading on the visual scene.
Declaration
public const NodeState Loading
Field Value
Unloaded
The node is detached from the visual scene.
Declaration
public const NodeState Unloaded
Field Value
Unloading
The node is in a process of being unloaded from the visual scene.
Declaration
public const NodeState Unloading
Field Value
value__
Declaration
public int value__
Field Value
System.
|