Posted 7 years ago
by ron cohen
Version: 17.2.0661
Platform: .NET 4.5
Environment: Windows 7 (64-bit)
I have LinearGauge with this code :
<gauge:LinearTickSet MajorInterval="0.1" MinorInterval="0.1" Minimum="{Binding ThresholdValueMax}" Maximum="{Binding ThresholdValueMax}">
<gauge:LinearTickSet.Ticks>
<gauge:LinearTickMarkMajor Background="Red" TickMarkExtent="1" ScalePlacement="Inside"
ScaleOffset="4" />
<gauge:LinearTickLabelMajor Foreground="Red" FontSize="9" FontWeight="Bold"
ScalePlacement="Inside" ScaleOffset="15" />
</gauge:LinearTickSet.Ticks>
</gauge:LinearTickSet>
but for some reason when ThresholdValueMax = 97.5 the label will show 98.
Any suggestions ?
[Modified 7 years ago]