Class LayoutTargets
Represents different targets of layout.
Inheritance
System.Object
LayoutTargets
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class LayoutTargets : Enum
Fields
auto
Specifies automatic plot area size for layout.
Declaration
public const LayoutTargets auto
Field Value
Type |
---|
LayoutTargets |
inner
Specifies the plot area size excluding the tick marks and axis labels.
Declaration
public const LayoutTargets inner
Field Value
Type |
---|
LayoutTargets |
outer
Specifies the plot area size including the tick marks and axis labels.
Declaration
public const LayoutTargets outer
Field Value
Type |
---|
LayoutTargets |