Click or drag to resize
TreemapOrientationMethod Enumeration
Methods to configure drawing of the treemap cells.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum OrientationMethod
Members
  Member nameValueDescription
Automatic0 Sets the treemap orientation automatically based on aspect ratios.
RowFirst1 Draws rows first.
ColumnFirst2 Draws columns first.
See Also