Hi there, I want to use a wpf element on my SCADA but I have some problems for configuring wpf element. After .(dot) I want to show just 2 decimal points but I can't find where I will configure.
Many thanks.
Hi there, I want to use a wpf element on my SCADA but I have some problems for configuring wpf element. After .(dot) I want to show just 2 decimal points but I can't find where I will configure.
Many thanks.
Dear Konsistek,
do you have the sources of that WPF-Control? I think you should be able to format the number representation either in the WPF-properties or in the sources directly.
You could also create a similar graphic using our pointer instrument.
Regards,
Felix
Dear Felixst thanks for your reply, I tried pointer instrument but I could'nt do it them same. At wpf links there are too much parameters, but I could'nt find the solution. I am sharing xaml file to here.
Dear Konsistek,
no file attached. Please check!
Regards,
Felix
Dear Felixst, sorry for attachment. It doesn't support xaml, I put it in archive.
Dear konsistek.
the .xaml file you sent refers to ABB.Controls:
<UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:abbControls="clr-namespace:ABBControls;assembly=ABB_UI_Controls"
xmlns:views="clr-namespace:ABBControls.Views;assembly=ABB_UI_Contro ls">
<views:Gauge x:Name="Gauge" />
</UserControl>
Can you please also include those assemblies?
Regards,
Felix