This question is locked. New answers and comments are not allowed.
Hi!
We tried to use bullet graph do indicate some realtime process. We have such code:
We have two problems. First problem is unknown black oval which we can't remove. We even can't imagine what is that.
Second problem is that ComparativeMeasure always show min value on the graph.
Here you can see screenshot:
We tried to use bullet graph do indicate some realtime process. We have such code:
<DataTemplate x:Key="LabelTemplate"> <TextBlock Text="{Binding}" FontSize="16" Foreground="{StaticResource ApplicationSecondaryForegroundThemeBrush}"/> </DataTemplate> <DataTemplate x:Key="TickTemplate"> <Rectangle Width="3" Height="9" Fill="Green"/> </DataTemplate> <DataTemplate x:Key="ComparativeMeasureTemplate"> <Rectangle Width="4" Height="20"> <Rectangle.Fill> <SolidColorBrush Color="Blue" /> </Rectangle.Fill> </Rectangle> </DataTemplate> ...<bullet:RadBulletGraph Grid.Row="0" Margin="30,60,50,20" Orientation="Vertical" StartValue="{Binding MinValue}" EndValue="{Binding MaxValue}" FeaturedMeasureStartValue="{Binding MinValue}" FeaturedMeasureBrush="{Binding Brush}" FeaturedMeasure="{Binding LastActualValue}" ComparativeMeasure="{Binding LastSetValue}"> <bullet:RadBulletGraph.QualitativeRanges> <bullet:BarIndicatorSegment Stroke="{StaticResource GaugeOutOfLimitsBrush}" Thickness="20" Length="50" /> <bullet:BarIndicatorSegment Stroke="{StaticResource GaugeInLimitsBrush}" Thickness="20" Length="75" /> <bullet:BarIndicatorSegment Stroke="{StaticResource GaugeOutOfLimitsBrush}" Thickness="20" Length="50" /> </bullet:RadBulletGraph.QualitativeRanges></bullet:RadBulletGraph> We have two problems. First problem is unknown black oval which we can't remove. We even can't imagine what is that.
Second problem is that ComparativeMeasure always show min value on the graph.
Here you can see screenshot: