XYDiagramPaneBase.SizeInPixels Property
In This Article
OBSOLETE
This property is obsolete now. Use the Diagram.
Gets or sets the size (in pixels) of the XYDiagramPaneBase, if the pane’s XYDiagramPaneBase.SizeMode
property set to PaneSizeMode.UseSizeInPixels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[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 | An integer value which specifies the pane’s size, in pixels. |
#Remarks
If the pane’s size is specified by the SizeInPixels property, this size remains fixed when a chart is resized.
See Also