www.Chart4.NET | Samples

Whether the chart (Winform/Webform) is resizable at runtime (clicking on title bar and dragging borders) 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_Resizable { get; set; }
Visual Basic (Declaration)
Public Property Chart_Resizable As Boolean
Visual Basic (Usage)
Dim instance As HierarchySettings
Dim value As Boolean

value = instance.Chart_Resizable

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

Field Value

System.Boolean

Remarks

Click and drag on the right-bottom corner of the chart (Winform/Webform) to change the width and height simultaneously.

See Also