www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Orientation of the chart as one of OrientationType. Default is TopToBottom.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public OrientationType Chart_Orientation { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Chart_Orientation As OrientationType |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings Dim value As OrientationType value = instance.Chart_Orientation instance.Chart_Orientation = value |
| Visual C++ |
|---|
public: property OrientationType Chart_Orientation { OrientationType get (); void set (OrientationType value); } |
| J# |
|---|
/** @property */ public OrientationType get_Chart_Orientation() /** @property */ public void set_Chart_Orientation(OrientationType value) |
| JScript |
|---|
public function get Chart_Orientation () : OrientationType public function set Chart_Orientation (value : OrientationType) |
| JavaScript |
|---|
function get_Chart_Orientation(); function set_Chart_Orientation(value); |
