Skip to main content

LayoutTarget Enum

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

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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