Specifies the value of the "Orientation" attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Treemap..::.OrientationMethod Orientation { get; set; }
Visual Basic (Declaration)
Public Overridable Property Orientation As Treemap..::.OrientationMethod
Visual C++
public:
virtual property Treemap..::.OrientationMethod Orientation {
	Treemap..::.OrientationMethod get ();
	void set (Treemap..::.OrientationMethod value);
}

Field Value

One of Treemap.OrientationMethod.Automatic, Treemap.OrientationMethod.RowFirst, or TreemapOrientationMethod.ColumnFirst. The default behavior is TreemapOrientationMethod.Automatic and filling the graph is based on the aspect ratio of the parent Axis object such that if the height is less than the width, columns are drawn first; otherwise rows are drawn first.

Default: Orientation = TreemapOrientationMethod.Automatic.

Remarks

This is the Orientation associated with this Treemap.

See Also