dotnetCHARTING Send comments on this topic.
Orientation Property
See Also 
dotnetCHARTING Namespace > Box Class : Orientation Property



Gets or sets this object's orientation around a ChartArea.

Syntax

Visual Basic (Declaration) 
Public Property Orientation As Orientation
Visual Basic (Usage)Copy Code
Dim instance As Box
Dim value As Orientation
 
instance.Orientation = value
 
value = instance.Orientation
C# 
public Orientation Orientation {get; set;}
C++/CLI 
public:
property Orientation Orientation {
   Orientation get();
   void set (Orientation value);
}

See Also