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

XYDiagramPaneBaseModel.Weight Property

OBSOLETE

This property is obsolete now. Use the Diagram.PaneLayout.RowDefinitions or Diagram.PaneLayout.ColumnDefinitions property to specify the pane's Weight. 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.Weight within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
Double

The pane size, in relation to other panes.

See Also