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

LayoutDefinitionModel.SizeInPixels Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[LocalizableCategory(DesignerCategories.Appearance)]
public int SizeInPixels { get; set; }

Property Value

Type Description
Int32

An integer value which specifies the pane’s size, in pixels.

See Also