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

Size (horizontal width and vertical height)of chart margin. Default is Height=0, Width=5.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public Size Chart_MarginSize { get; set; }
/** @property */
public Size get_Chart_MarginSize()
/** @property */
public void set_Chart_MarginSize(Size value)

Field Value

System.Drawing.Size
Remarks

Chart margin applies in addition to Node_Padding.
See Also