Skip to main content
All docs
V25.1
  • XYDiagram2DModel.RuntimePaneResize Property

    Gets or sets the XYDiagram2D.RuntimePaneResize property value within the model.

    Namespace: DevExpress.XtraCharts.Designer

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

    NuGet Package: DevExpress.Win.Charts

    Declaration

    [LocalizableCategory(DesignerCategories.Behavior)]
    public bool RuntimePaneResize { get; set; }

    Property Value

    Type Description
    Boolean

    true if a user can resize chart panes; otherwise, false.

    See Also