TreemapOrientation Property |
Specifies the value of the "Orientation" attribute.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual TreemapOrientationMethod Orientation { get; set; }
Public Overridable Property Orientation As TreemapOrientationMethod
Get
Set
public:
virtual property TreemapOrientationMethod Orientation {
TreemapOrientationMethod get ();
void set (TreemapOrientationMethod value);
}
abstract Orientation : TreemapOrientationMethod with get, set
override Orientation : TreemapOrientationMethod with get, set
Property Value
Type:
TreemapOrientationMethod
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