Skip to main content
All docs
V25.1
  • Pane.DomainMargin Property

    Gets or sets the distance between the pane and other elements.

    Namespace: DevExpress.Xpf.Charts

    Assembly: DevExpress.Xpf.Charts.v25.1.dll

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public Thickness DomainMargin { get; set; }

    Property Value

    Type Description
    Thickness

    Specifies the thickness of a frame around the pane.

    Remarks

    The DomainMargin property allows you to allocate more space used to position axes.

    The following markup specifies pane margins:

    <dxc:XYDiagram2D.DefaultPane>
        <dxc:Pane DomainMargin="10"/>
    </dxc:XYDiagram2D.DefaultPane>
    
    See Also