www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Criteria to determine the chart's size.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public enum ChartSizingType
Members
Member name | Value | Description | |
---|---|---|---|
ByNodeSize | 0 | Chart size will be determined by the node size. | |
FitToScreen | 1 | Reduce the width and/or height of the chart to fit in to the available space. | |
ZoomToScreen | 2 | Reduce or enhance the width and height of the chart to fill the available space. |
See Also