New to Telerik UI for WinUI? Start a free 30-day trial
Reverse Scale
Updated on Mar 26, 2026
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
XAML
<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.
