Reading the tutorials, it seems like you set the thickness/colors of the border with BackingStrokeThickness. I don't have these properties available though, so what am I supposed to use? I'm using v15.1
Sorry here is the picture
Hi
Look at screenshot. Here is the assembly you have to add reference to.
ThanksTodor
I cant find that assembly anywhere in the infragistics installation. Looking at the documentation, it seems like these properties have been in XamLinearGauge for awhile now, and in v15.1 they were removed.
Keep in mind that there are two XamLinearGauge controls. One which is deprecated resides in InfragisticsWPF4.Controls.Charts.XamGauge.v15.1 assembly. The correct one is in InfragisticsWPF4.Controls.Charts.XamLinearGauge.v15.1 assembly. So you probably use the old one which does not expose these properties.
Let me know if this is a case.