VelloSharp.Gauges
VelloSharp.Gauges delivers reusable gauge, dial, and indicator components tailored for monitoring scenarios and industrial dashboards.
Getting Started
- Install with
dotnet add package VelloSharp.Gauges. - Bring the namespace into scope via
using VelloSharp.Gauges;. - Instantiate the gauge widgets or view models exposed by the package, bind them to live data streams, and host them inside your preferred UI framework.
- Coordinate rendering through
VelloSharp.ChartingorVelloSharp.Compositionto display gauges alongside charts and other visuals.
Usage Example
using VelloSharp.Gauges;
GaugeModule.EnsureInitialized();
Next Steps
- Explore the API reference for available gauge types, styling hooks, and animation helpers.
- Combine with
VelloSharp.Scadawhen you need end-to-end industrial telemetry solutions.