Back to Devexpress

LayoutDefinitionModel.SizeMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-layoutdefinitionmodel.md

latest1.9 KB
Original Source

LayoutDefinitionModel.SizeMode Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Appearance)]
public PaneSizeMode SizeMode { get; set; }
vb
<LocalizableCategory(DesignerCategories.Appearance)>
Public Property SizeMode As PaneSizeMode

Property Value

TypeDescription
PaneSizeMode

A PaneSizeMode enumeration value.

|

Available values:

NameDescription
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

LayoutDefinitionModel Class

LayoutDefinitionModel Members

DevExpress.XtraCharts.Designer Namespace