Enum LayoutTargets
Represents different targets of layout.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum LayoutTargets
Fields
| Name | Description |
|---|---|
| auto | Specifies automatic plot area size for layout. |
| inner | Specifies the plot area size excluding the tick marks and axis labels. |
| outer | Specifies the plot area size including the tick marks and axis labels. |