XYDiagramPaneBaseModel.SizeMode Property
OBSOLETE
This property is obsolete now. Use the Diagram.PaneLayout.RowDefinitions or Diagram.PaneLayout.ColumnDefinitions property to specify the pane's Measurement Unit. 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.SizeMode
within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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 Measurement Unit. Refer to the http://docs.devexpress.com/WindowsForms/5881 page for more information about the new layout system.")]
public PaneSizeMode SizeMode { get; set; }
Property Value
Type | Description |
---|---|
PaneSizeMode | The pane size mode. |
Available values:
Name | Description |
---|---|
UseWeight | A pane’s size is specified by the LayoutDefinition.Weight property and is proportionally recalculated when a chart is resized. |
UseSizeInPixels | A pane’s size is specified by the LayoutDefinition.SizeInPixels property (measured in pixels) and is fixed when a chart is resized. |