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

Projected Measure

The projected measure allows for comparing the progress shown as the featured measure.

Utilizing ProjectedMeasure

Example 1 demonstrates how you can set the ProjectedMeasure and ProjectedMeasureBrush properties.

Example 1: Setting the ProjectedMeasure

<Grid xmlns:dataVisualization="using:Telerik.UI.Xaml.Controls.DataVisualization"> 
    <dataVisualization:RadBulletGraph x:Name="bulletGraph" Width="300" Height="50" StartValue="0" EndValue="100" FeaturedMeasure="20" ProjectedMeasure="50" ProjectedMeasureBrush="Yellow"/> 
</Grid> 

Figure 1: Projected Measure

RadBulletGraph-Projected Measure

In this article
Not finding the help you need?