Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
555
Formating a XamRadilGauge Needle
posted

I have found the next code snippet in the help to create a needle:

<Path Stretch="Fill" Fill="{TemplateBinding Background}" Stroke="{TemplateBinding Stroke}" Data="M148.5,0.5 L148.50002,0.50000536 L151.5,0.50000536 L151.5,2.582355 L179.5,19.500002 L151.5,36.904938 L151.5,38.500004 L0.5,38.500004 L0.5,0.50000536 L148.5,0.50000536 z"/>

I do not understand the Data line, which is the meaning of every pair of data?, how do they draw the needle?

I am new in silverligth, thank you for the help