Blazor Circular Gauge Example - Pointer & Ranges Drag
Properties
This sample illustrates interactive dragging of pointers and ranges in a circular gauge for user-controlled value adjustment.
Drag functionality:
- Enable pointer dragging using the EnablePointerDrag property
- Enable range dragging using the EnableRangeDrag property
- End-user can reposition pointers and ranges via drag action
More information on pointer drag: documentation section. Range drag information: documentation section.