www.Chart4.NET (Documentation) | Samples Download | Release Notes
Whether to enable users to drag and drop nodes within the chart. Default is false.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool hpDragDropEnabled { get; set; }
public bool hpDragDropEnabled { get; set; }
Public Property hpDragDropEnabled As Boolean
Get
Set
Public Property hpDragDropEnabled As Boolean
Get
Set
public:
property bool hpDragDropEnabled {
bool get ();
void set (bool value);
}
public:
property bool hpDragDropEnabled {
bool get ();
void set (bool value);
}
member hpDragDropEnabled : bool with get, set
member hpDragDropEnabled : bool with get, set
/** @property */
public boolean get_hpDragDropEnabled()
/** @property */
public void set_hpDragDropEnabled(boolean value)
/** @property */
public boolean get_hpDragDropEnabled()
/** @property */
public void set_hpDragDropEnabled(boolean value)
Field Value
System.Boolean
See heNodeDragDropStart too.