Skip to main content

XYDiagramPaneBaseModel.SizeInPixels Property

OBSOLETE

This property is obsolete now. Use the Diagram.PaneLayout.RowDefinitions or Diagram.PaneLayout.ColumnDefinitions property to specify the pane's Pixel Size. Refer to the http://docs.devexpress.com/WindowsForms/5881 page for more information about the new layout system.

Gets or sets the value of the XYDiagramPaneBase.SizeInPixels within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[LocalizableCategory(DesignerCategories.Appearance)]
[Obsolete("This property is obsolete now. Use the Diagram.PaneLayout.RowDefinitions or Diagram.PaneLayout.ColumnDefinitions property to specify the pane's Pixel Size. Refer to the http://docs.devexpress.com/WindowsForms/5881 page for more information about the new layout system.")]
public int SizeInPixels { get; set; }

Property Value

Type Description
Int32

The pane size in pixels.

See Also