Skip to main content

LayoutDefinitionModel.Weight Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public double Weight { get; set; }

Property Value

Type Description
Double

A layout definition’s weight, in relation to other items.

See Also