Skip to main content
A newer version of this page is available. .

LayoutTarget Enum

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.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.

Related API Members

The following properties accept/return LayoutTarget values:

See Also