Pane.DomainMargin Property
Gets or sets the distance between the pane and other elements.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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