ChartVisualRangeChangedEventArgs.ChangeSource Property
In This Article
Identifies an operation that triggered the event.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public ChartVisualRangeChangeSource ChangeSource { get; }
#Property Value
Type | Description |
---|---|
Chart |
An enumeration value. |
Available values:
Name | Description |
---|---|
Zoom |
Users zoom in/out the chart (using the mouse wheel, zoom/pinch gestures, or drag box). |
Pan |
Users pan the chart (using the mouse, scrollbar, or swipe gestures). |
Api |
You call the Set |
#Remarks
Refer to the VisualRangeChanged event description for more information and an example.
See Also