www.Chart4.NET (Documentation) |
Samples 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.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool Chart_Resizable { get; set; }
public bool Chart_Resizable { get; set; }
Public Property Chart_Resizable As Boolean
Get
Set
Public Property Chart_Resizable As Boolean
Get
Set
public:
property bool Chart_Resizable {
bool get ();
void set (bool value);
}
public:
property bool Chart_Resizable {
bool get ();
void set (bool value);
}
member Chart_Resizable : bool with get, set
member Chart_Resizable : bool with get, set
/** @property */
public boolean get_Chart_Resizable()
/** @property */
public void set_Chart_Resizable(boolean value)
/** @property */
public boolean get_Chart_Resizable()
/** @property */
public void set_Chart_Resizable(boolean value)
Field Value
System.Boolean
Click and drag on the right-bottom corner of the chart (Winform/Webform) to change the width and height simultaneously.