Gets or sets the Orientation of the bars. The default is Orientation.Vertical. This is a dependency property.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also