Gets the Orientation of the Bar.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Orientation Orientation { get; private set; }
Visual Basic
Public Property Orientation As Orientation
	Get
	Private Set
Visual C++
public:
property Orientation Orientation {
	Orientation get ();
	private: void set (Orientation value);
}

See Also