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

LayoutDefinitionModel.SizeMode Property

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type
PaneSizeMode

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