UI for WinUI
The DataBar control for WinUI comes with multiple built-in visualizations such as a single value bar or a stacked bars.
Visit the Telerik Chart for WinUI product documentation for more information
Since the DataBar is first and foremost a data visualization control, it comes with the built-in capability to bind the data to the properties in the view model.
Visit the Data Binding section of the product documentation for more information
The tooltip feature lets you display additional information about the displayed value when the mouse hovers the bar.
The public API offers flexible customizations for both the Axis and Bar elements of the control .
Visit the product documentation for more information on how to customize the DataBar elements