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

Projected Measure

The projected measure is a visual element that allows comparing the progress shown as the featured measure.

The following example demonstrates how to use the ProjectedMeasure and ProjectedMeasureBrush properties to render the projected measure.

Set 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> 
The following image shows the result.

WinUI RadBulletGraph RadBulletGraph-Projected Measure

In this article
Not finding the help you need?