Skip to main content

LayoutOptions.Height Property

Specifies the height or bottom of the chart element, depending on the specified mode.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

LayoutPosition Height { get; }

Property Value

Type Description
LayoutPosition

A LayoutPosition interface that provides the value and determines how it should be interpreted.

Property Paths

You can access this nested property as listed below:

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

Remarks

If the LayoutPosition.Mode is LayoutMode.Edge, the LayoutPosition.Value should be interpreted as bottom. If the LayoutPosition.Mode is LayoutMode.Factor, the LayoutPosition.Value should be interpreted as height.

See Also