www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Direction of the chart to draw from. Applies to hpcSettings-Chart_Orientation.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public enum OrientationType
Members
Member name | Value | Description | |
---|---|---|---|
TopToBottom | 0 | From top of the control to bottom. | |
LeftToRight | 1 | From left of the control to right. | |
BottomToTop | 2 | From bottom of the control to top. | |
RightToLeft | 3 | From right of the control to left. |
See Also