Back to Devexpress

LayoutTarget Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-36ce4da4.md

latest1.1 KB
Original Source

LayoutTarget Enum

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

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum LayoutTarget
vb
Public Enum LayoutTarget

Members

NameDescription
Inner

Do not include the tick marks and axis labels.

| | Outer |

Include the tick marks and axis labels.

|

The following properties accept/return LayoutTarget values:

See Also

DevExpress.Spreadsheet.Charts Namespace