ChartVisualRangeChangedEventArgs.CurrentRange Property
Returns the new axis visual range.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public List<object> CurrentRange { 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