Class LayoutTargets
Specifies the value indicates the layout targets for the chart.
Inheritance
System.Object
LayoutTargets
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class LayoutTargets : Enum
Fields
auto
Indicates the layout target is automatic.
Declaration
public const LayoutTargets auto
Field Value
Type |
---|
LayoutTargets |
inner
Indicates the plot area size shall determine the size of the plot area, not including the tick marks and axis labels
Declaration
public const LayoutTargets inner
Field Value
Type |
---|
LayoutTargets |
outer
Indicates the plot area size shall determine the size of the plot area, the tick marks, and the axis labels
Declaration
public const LayoutTargets outer
Field Value
Type |
---|
LayoutTargets |