Articles in this section
Category / Section

How to create various directional semi circular gauge (SfCircularGauge) in WPF

6 mins read

This article explains how to create the various directional semi-circular gauge using the StartAngle and SweepAngle properties of circular scale in WPF as shown below.

Create a circular gauge and add CircularScale into it.

<syncfusion:SfCircularGauge>

    <syncfusion:SfCircularGauge.Scales>

        <syncfusion:CircularScale/>

    </syncfusion:SfCircularGauge.Scales>

</syncfusion:SfCircularGauge>

 

East directional semi-circular gauge

 

Set the StartAngle and SweepAngle properties to 270 and 180 respectively, as follows.

 

EastDirectionGauge_Img

 

[XAML]

<syncfusion:CircularScale   StartAngle="270"  SweepAngle="180">
</syncfusion:CircularScale>

 

West directional semi-circular gauge

 

Set the StartAngle and SweepAngle properties to 90 and 180 respectively, and the SweepDirection property to Counterclockwise as follows.

 

WestDirectionGauge_Img

 

[XAML]

<syncfusion:CircularScale   StartAngle="90"  SweepDirection="Counterclockwise" SweepAngle="180" >
</syncfusion:CircularScale>

 

North directional semi-circular gauge

 

Set the StartAngle and SweepAngle properties to 180, respectively, as follows.

 

NorthDirectionGauge_Img

 

[XAML]

<syncfusion:CircularScale   StartAngle="180"  SweepAngle="180" >
</syncfusion:CircularScale>
 

 

South directional semi-circular gauge

 

Set the StartAngle and SweepAngle properties to 0 and 180, respectively, and the SweepDirection property as Counterclockwise as follows.

 

 

 

SouthDirectionGauge_Img

 

[XAML]

<syncfusion:CircularScale   StartAngle="0" SweepDirection="Counterclockwise"  SweepAngle="180" >
</syncfusion:CircularScale>
 

 

See also


How to customize the rim in WPF Circular gauge

 

How to set start and end values for scale in WPF Circular gauge

 

How to set start and sweep angles for scale in WPF Circular gauge

 

How to set an interval for scale in WPF Circular gauge

 

How to customize the pointers in WPF Circular gauge

 

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied