Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

LayoutTarget Enum

Specifies whether the plot area used to measure the layout should be inner or outer.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public enum LayoutTarget

Members

Name Description
Inner

Do not include the tick marks and axis labels.

Outer

Include the tick marks and axis labels.

See Also