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

Direction of the chart to draw from. Applies to hpcSettings-Chart_Orientation.

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

public enum OrientationType
public enum OrientationType
Members

  Member nameValueDescription
TopToBottom0 From top of the control to bottom.
LeftToRight1 From left of the control to right.
BottomToTop2 From bottom of the control to top.
RightToLeft3 From right of the control to left.
See Also