New to Telerik UI for WinFormsStart a free 30-day trial

Defines the possible states a chart node may enter.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.dll

Syntax:

C#
public enum NodeState

Fields

The node is created.

C#
Initial = 0

The node is loaded and ready to be visualized.

C#
Loaded = 2

The node is loading on the visual scene.

C#
Loading = 1

The node is detached from teh visual scene.

C#
Unloaded = 4

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

C#
Unloading = 3