Enum
NodeState

Defines the possible states a ChartNode may enter.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public enum NodeState

Fields

Initial

The node is created.

Declaration

cs-api-definition
Initial = 0

Field Value

NodeState

Loaded

The node is loaded and ready to be visualized.

Declaration

cs-api-definition
Loaded = 2

Field Value

NodeState

Loading

The node is loading on the visual scene.

Declaration

cs-api-definition
Loading = 1

Field Value

NodeState

Unloaded

The node is detached from the visual scene.

Declaration

cs-api-definition
Unloaded = 4

Field Value

NodeState

Unloading

The node is in a process of being unloaded from the visual scene.

Declaration

cs-api-definition
Unloading = 3

Field Value

NodeState