Example of Marker Pointer in Blazor Linear Gauge Component
This sample shows the various marker pointer shapes available in the linear gauge. Additionally, multiple marker pointer, animation and drag support are enabled.
Horizontal
|
Vertical
|
In this example, you can see how to render and configure marker pointer in the linear gauge. The LinearGaugePointers collection is useful for displaying multiple pointers. The properties available in LinearGaugePointer help in the customization of the marker pointer in the linear gauge. Drag pointers are assisted by the OnDrag and OnDragEnd events.
More information on the marker pointer can be found in this documentation section.