Skip to main content

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.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 Weight. Refer to the http://docs.devexpress.com/WindowsForms/5881 page for more information about the new layout system.")]
public double Weight { get; set; }

Property Value

Type Description
Double

The pane size, in relation to other panes.

See Also