www.Chart4.NET | Samples

Whether the chart (Winform/Webform) is movable at runtime (clicking and dragging on title bar) or not. Default is false.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public bool Chart_Movable { get; set; }
Visual Basic (Declaration)
Public Property Chart_Movable As Boolean
Visual Basic (Usage)
Dim instance As HierarchySettings
Dim value As Boolean

value = instance.Chart_Movable

instance.Chart_Movable = value
Visual C++
public:
property bool Chart_Movable {
	bool get ();
	void set (bool value);
}
J#
/** @property */
public boolean get_Chart_Movable()
/** @property */
public  void set_Chart_Movable(boolean value)
JScript
public function get Chart_Movable () : boolean
public function set Chart_Movable (value : boolean)
JavaScript
function get_Chart_Movable();
function set_Chart_Movable(value);

Field Value

System.Boolean

See Also