www.Chart4.NET | Samples

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

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public enum OrientationType
Visual Basic (Declaration)
Public Enumeration OrientationType
Visual Basic (Usage)
Dim instance As OrientationType
Visual C++
public enum class OrientationType
J#
public enum OrientationType
JScript
public enum OrientationType
JavaScript
UnifoChart.Hierarchy.OrientationType = function();
UnifoChart.Hierarchy.OrientationType.createEnum('UnifoChart.Hierarchy.OrientationType', false);

Members

Member nameDescription
TopToBottom
From top of the control to bottom.
LeftToRight
From left of the control to right.
BottomToTop
From bottom of the control to top.
RightToLeft
From right of the control to left.

See Also