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

LayoutOptions.Top Property

Specifies the top indent of the chart element as a fraction of the height of the chart.

Namespace: DevExpress.Spreadsheet.Charts

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

Declaration

LayoutPosition Top { get; }

Property Value

Type Description
LayoutPosition

A LayoutPosition interface.

Property Paths

You can access this nested property as listed below:

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

Remarks

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

See Also