Back to Devexpress

ChartScrollEventArgs.NewYRange Property

corelibraries-devexpress-dot-xtracharts-dot-chartscrolleventargs-20963bca.md

latest1.9 KB
Original Source

ChartScrollEventArgs.NewYRange Property

Gets the new value of the AxisBase.VisualRange property for the Y-axis.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
RangeInfo

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

|

Remarks

Use the ChartScrollEventArgs.OldYRange and NewYRange properties to obtain the Y-axis’s AxisBase.VisualRange property values before and after a chart is scrolled in the ChartControl.Scroll event handler. For more information on scrolling a chart diagram, please refer to the Zooming and Scrolling (2D XY-Charts) topic.

See Also

ChartScrollEventArgs Class

ChartScrollEventArgs Members

DevExpress.XtraCharts Namespace