HierarchySettings Chart_Resizable Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

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: 5.1.0.0 (5.1.0)
Syntax

public bool Chart_Resizable { get; set; }
/** @property */
public boolean get_Chart_Resizable()
/** @property */
public void set_Chart_Resizable(boolean 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