New to Telerik UI for WinUI? Download free 30-day trial

Reverse Scale

The BulletGraph allows you to render a reverse scale going from right to left. This feature is useful when the defined satisfactory area is close to the StartValue.

To render a reverse scale, set the FlowDirection property to RightToLeft.

Set the FlowDirection

<Grid xmlns:dataVisualization="using:Telerik.UI.Xaml.Controls.DataVisualization"> 
    <dataVisualization:RadBulletGraph Orientation="Horizontal" Height="50" Width="300" FlowDirection="RightToLeft" /> 
</Grid> 
The following image shows the result.

WinUI RadBulletGraph RadBulletGraph-FlowDirection

In this article
Not finding the help you need?