Back to Devexpress

XYDiagram2DBeforeZoomEventArgs.NewRange Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2dbeforezoomeventargs-0c77a305.md

latest1.1 KB
Original Source

XYDiagram2DBeforeZoomEventArgs.NewRange Property

Returns information about the zoomed axis’s new visual range.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
RangeInfo

Information about the zoomed axis’s new visual range.

|

See Also

XYDiagram2DBeforeZoomEventArgs Class

XYDiagram2DBeforeZoomEventArgs Members

DevExpress.Xpf.Charts Namespace