Back to Devexpress

XYDiagram2D.EnableAxisXNavigation Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-3b5285d1.md

latest1.8 KB
Original Source

XYDiagram2D.EnableAxisXNavigation Property

Specifies whether scroll and zoom operations are allowed for the X-Axis of the XY-Diagram 2D.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool EnableAxisXNavigation { get; set; }
vb
Public Property EnableAxisXNavigation As Boolean

Property Value

TypeDescription
Boolean

true to allow scrolling and zooming; otherwise, false.

|

Remarks

Use the EnableAxisXNavigation property to specify whether end users can scroll and zoom the X-axis of an XY-diagram.

For Y-axes, a similar XYDiagram2D.EnableAxisYNavigation property is available in the XYDiagram2D class.

xaml
<dxc:ChartControl>
    <dxc:XYDiagram2D 
        EnableAxisXNavigation="True"
        EnableAxisYNavigation="True">
    </dxc:XYDiagram2D>
 </dxc:ChartControl>

See Also

EnableAxisYNavigation

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace