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>
