|
|
|
@ -169,8 +169,8 @@
|
|
|
|
|
<lvc:CartesianChart Series="{Binding HourAchievement, UpdateSourceTrigger=PropertyChanged}" DisableAnimations="True">
|
|
|
|
|
<lvc:CartesianChart.AxisX>
|
|
|
|
|
<lvc:Axis Foreground="White" Labels="{Binding HourOutPutList}" FontSize="15">
|
|
|
|
|
<lvc:Axis.Separator>
|
|
|
|
|
<lvc:Separator Visibility="Hidden" StrokeThickness="1.5" StrokeDashArray="0" Stroke="Transparent" >
|
|
|
|
|
<lvc:Axis.Separator>
|
|
|
|
|
<lvc:Separator Step="1" Visibility="Hidden" StrokeThickness="1.5" StrokeDashArray="0" Stroke="Transparent" >
|
|
|
|
|
</lvc:Separator>
|
|
|
|
|
</lvc:Axis.Separator>
|
|
|
|
|
</lvc:Axis>
|
|
|
|
@ -202,7 +202,7 @@
|
|
|
|
|
<lvc:CartesianChart.AxisX >
|
|
|
|
|
<lvc:Axis Foreground="White" Labels="{Binding MaterialTypeOutPutList}" FontSize="15">
|
|
|
|
|
<lvc:Axis.Separator>
|
|
|
|
|
<lvc:Separator Visibility="Hidden" StrokeThickness="1.5" StrokeDashArray="0" Stroke="Transparent" >
|
|
|
|
|
<lvc:Separator Step="1" Visibility="Hidden" StrokeThickness="1.5" StrokeDashArray="0" Stroke="Transparent" >
|
|
|
|
|
</lvc:Separator>
|
|
|
|
|
</lvc:Axis.Separator>
|
|
|
|
|
</lvc:Axis>
|
|
|
|
|