Methods to configure drawing of the treemap cells.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public enum OrientationMethod |
Visual Basic (Declaration) |
---|
Public Enumeration OrientationMethod |
Visual C++ |
---|
public enum class OrientationMethod |
Members
Member name | Description | |
---|---|---|
Automatic |
Sets the treemap orientation automatically based on aspect
ratios.
| |
RowFirst |
Draws rows first.
| |
ColumnFirst |
Draws columns first.
|