Enum LayoutModes
Represents different modes of layout
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum LayoutModes
Fields
Name | Description |
---|---|
auto | Specifies automatic height and width. |
edge | Specifies that the width/height shall be interpreted as the right/bottom of the chart element. |
factor | Specifies that the width/height shall be interpreted as the width/height of the chart element. |