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

LayoutOptions.Target Property

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

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

LayoutTarget Target { get; set; }

Property Value

Type Description
LayoutTarget

A LayoutTarget enumeration.

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