Skip to main content

LayoutOptions.Width Property

Specifies the width or right 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 Width { 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 Width
ChartTitleOptions
.Layout .Width
DataLabel
.Layout .Width
DisplayUnitOptions
.Layout .Width
Legend
.Layout .Width
PlotArea
.Layout .Width
TrendlineLabel
.Layout .Width

Remarks

If the LayoutPosition.Mode is LayoutMode.Edge, the LayoutPosition.Value should be interpreted as right. If the LayoutPosition.Mode is LayoutMode.Factor, the LayoutPosition.Value should be interpreted as width.

See Also