New to Telerik UI for WPFStart a free 30-day trial

Semicircle gauge

Updated on Sep 24, 2025

Many gauge application require radial scale which have a semicircle shape:

For the purpose the RadRadialGauge object exposes an enumerable with 4 orientations of the semicircle gauges:

  • North - the RadRadialGauge control has a template which represents north-oriented semi-circle.

    XAML
    	<telerik:RadSemicircleNorthGauge telerik:StyleManager.Theme="Windows8">
    		<telerik:SemicircleNorthScale>
    			<telerik:SemicircleNorthScale.Indicators>
    				<telerik:Needle Value="20" />
    				<telerik:Pinpoint />
    			</telerik:SemicircleNorthScale.Indicators>
    		</telerik:SemicircleNorthScale>
    	</telerik:RadSemicircleNorthGauge>

    WPF RadGauge Semicircle North Scale

  • South - the RadRadialGauge control has a template which represents south-oriented semi-circle.

    XAML
    	<telerik:RadSemicircleSouthGauge telerik:StyleManager.Theme="Windows8">
    		<telerik:SemicircleSouthScale>
    			<telerik:SemicircleSouthScale.Indicators>
    				<telerik:Needle Value="20" />
    				<telerik:Pinpoint />
    			</telerik:SemicircleSouthScale.Indicators>
    		</telerik:SemicircleSouthScale>
    	</telerik:RadSemicircleSouthGauge>

    WPF RadGauge Semicircle South Scale

  • East - the RadRadialGauge control has a template which represents east-oriented semi-circle.

    XAML
    	<telerik:RadSemicircleEastGauge telerik:StyleManager.Theme="Windows8">
    		<telerik:SemicircleEastScale>
    			<telerik:SemicircleEastScale.Indicators>
    				<telerik:Needle Value="20" />
    				<telerik:Pinpoint />
    			</telerik:SemicircleEastScale.Indicators>
    		</telerik:SemicircleEastScale>
    	</telerik:RadSemicircleEastGauge>

    WPF RadGauge Semicircle East Scale

  • West - the RadRadialGauge control has a template which represents west-oriented semi-circle.

    XAML
    	<telerik:RadSemicircleWestGauge telerik:StyleManager.Theme="Windows8">
    		<telerik:SemicircleWestScale>
    			<telerik:SemicircleWestScale.Indicators>
    				<telerik:Needle Value="20" />
    				<telerik:Pinpoint />
    			</telerik:SemicircleWestScale.Indicators>
    		</telerik:SemicircleWestScale>
    	</telerik:RadSemicircleWestGauge>

    WPF RadGauge Semicircle West Scale

Not finding the help you need?
Contact Support