Commit 2e5c3d78 authored by 潘栩锋's avatar 潘栩锋 🚴

优化 优化图表元素 style

parent c5b6da88
......@@ -22,8 +22,10 @@
<Thickness x:Key="TextMargin">2.5 0</Thickness>
<sys:Double x:Key="GraphInfoRowMaxHeight">19</sys:Double>
<sys:Double x:Key="GraphInfo2RowMaxHeight">38</sys:Double>
<sys:Double x:Key="GraphInfoRowMaxHeight">20</sys:Double>
<sys:Double x:Key="GraphInfo2RowMaxHeight">40</sys:Double>
<sys:Double x:Key="GraphInfo3RowMaxHeight">60</sys:Double>
<sys:Double x:Key="GraphInfo4RowMaxHeight">80</sys:Double>
<!--字体-->
<Style x:Key="TitleStyle" TargetType="TextBlock">
......@@ -53,8 +55,8 @@
<Setter Property="DataLabelForeground" Value="White"/>
<Setter Property="Opacity" Value="0.1"/>
<Setter Property="Stroke" Value="#FFCA000C"/>
<Setter Property="Fill" Value="#59CA000C"/>
<Setter Property="Stroke" Value="#40CA000C"/>
<Setter Property="Fill" Value="#20CA000C"/>
</Style>
<!--图表中放大用选择器-->
......@@ -76,4 +78,15 @@
<Setter Property="Opacity" Value="0.5"/>
<Setter Property="Panel.ZIndex" Value="1"/>
</Style>
<!--扫描图,纵向趋势图Y轴 标签 公差,目标值,上下限-->
<Style x:Key="Styles.Axis.Section.Tolerance" TargetType="lvc:AxisSection" >
<Setter Property="StrokeThickness" Value="1"/>
<Setter Property="DataLabel" Value="True"/>
<Setter Property="DisableAnimations" Value="True"/>
<Setter Property="DataLabelForeground" Value="White"/>
<Setter Property="Opacity" Value="0.5"/>
<Setter Property="Panel.ZIndex" Value="1"/>
<Setter Property="StrokeDashArray" Value="3"/>
</Style>
</ResourceDictionary>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment