ChartSizingType EnumerationChart4.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.

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

public enum ChartSizingType
public enum ChartSizingType
Members

  Member nameValueDescription
ByNodeSize0 Chart size will be determined by the node size.
FitToScreen1 Reduce the width and/or height of the chart to fit in to the available space.
ZoomToScreen2 Reduce or enhance the width and height of the chart to fill the available space.
See Also