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

LayoutDefinitionModel.SizeMode Property

Gets or sets the LayoutDefinition.SizeMode property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v20.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public PaneSizeMode SizeMode { get; set; }

Property Value

Type Description
PaneSizeMode

A PaneSizeMode enumeration value.

Available values:

Name Description
UseWeight

A pane’s size is specified by the LayoutDefinition.Weight property and is proportionally recalculated when a chart is resized.

UseSizeInPixels

A pane’s size is specified by the LayoutDefinition.SizeInPixels property (measured in pixels) and is fixed when a chart is resized.

See Also