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

LayoutOptions.Left Property

Specifies the left indent of the chart element as a fraction of the width of the chart.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

LayoutPosition Left { get; }

Property Value

Type Description
LayoutPosition

A LayoutPosition interface.

Property Paths

You can access this nested property as listed below:

Object Type Path to Left
ChartTitleOptions
.Layout.Left
DataLabel
.Layout.Left
DisplayUnitOptions
.Layout.Left
Legend
.Layout.Left
PlotArea
.Layout.Left
TrendlineLabel
.Layout.Left

Remarks

If the LayoutPosition.Mode is LayoutMode.Factor, then the position is relative to the default position for the chart element.

See Also