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

Criteria to determine the chart's size. Default is ByNodeSize (the chart will be large enough to accommodate all nodes).

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

public ChartSizingType Chart_SizingMode { get; set; }
/** @property */
public ChartSizingType get_Chart_SizingMode()
/** @property */
public void set_Chart_SizingMode(ChartSizingType value)

Field Value

UnifoChart.Hierarchy.ChartSizingType
See Also