We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Circular Pointer

Hi all,
Below is how I use to create a pointer however it seems to be deprecated in newer versions of the controls:

DaysGauge.MainScale.Pointers.Add(pointer1)
pointer1.EnableAnimation = True
pointer1.PointerCapDiameter = 0
pointer1.Value = DaysUsedPercent
pointer1.NeedlePointerStrokeThickness = 7
pointer1.NeedlePointerStroke = New SolidColorBrush(Colors.Gray)
Dim pointer1 As New CircularPointer()

Is there an example of how Ican create a Circular Pointer in code using the new method?

Cheers, Leigh.

1 Reply

VR Vigneshkumar Ramasamy Syncfusion Team February 12, 2016 09:01 AM UTC

Hi Leigh

Thanks for using Syncfusion product.

Based on your requirement we have prepared a simple sample for creating circular pointer in the code behind and please find the below sample for the same.

Sample Link: CircularGauge_Pointer1


Regards

Vigneshkumar R


Loader.
Live Chat Icon For mobile
Up arrow icon