Back to Devexpress

XYDiagram2DScrollEventArgs.NewXRange Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2dscrolleventargs-5acdb2b2.md

latest1.5 KB
Original Source

XYDiagram2DScrollEventArgs.NewXRange Property

Gets the new value of the Axis2D.VisualRange property of the X-axis.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public RangeInfo NewXRange { get; }
vb
Public ReadOnly Property NewXRange As RangeInfo

Property Value

TypeDescription
RangeInfo

A DevExpress.Xpf.Charts.RangeInfo object which represents the new value of the axis range.

|

Remarks

Use the XYDiagram2DScrollEventArgs.OldXRange and NewXRange properties to obtain the X-axis’s Axis2D.VisualRange property values before and after a chart is scrolled in the XYDiagram2D.Scroll event handler.

See Also

XYDiagram2DScrollEventArgs Class

XYDiagram2DScrollEventArgs Members

DevExpress.Xpf.Charts Namespace