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

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.v18.2.Wizard.dll

Declaration

[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.")]
[Browsable(false)]
[LocalizableCategory(DesignerCategories.Appearance)]
public int SizeInPixels { get; set; }

Property Value

Type Description
Int32

The pane size in pixels.

See Also