Skip to main content

LayoutOptions.Target Property

Specifies whether to layout the plot area by its inside or outside.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

LayoutTarget Target { get; set; }

Property Value

Type Description
LayoutTarget

A LayoutTarget enumeration.

Available values:

Name Description
Inner

Do not include the tick marks and axis labels.

Outer

Include the tick marks and axis labels.

Property Paths

You can access this nested property as listed below:

Object Type Path to Target
ChartTitleOptions
.Layout .Target
DataLabel
.Layout .Target
DisplayUnitOptions
.Layout .Target
Legend
.Layout .Target
PlotArea
.Layout .Target
TrendlineLabel
.Layout .Target
See Also