ChartVisualRangeChangedEventArgs.PreviousRange Property
Returns the previous axis visual range.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public List<object> PreviousRange { get; }
Property Value
Type | Description |
---|---|
List<Object> | A two-object array. |
Remarks
Refer to the VisualRangeChanged event description for more information and a example.
See Also