StringResource.Graph.xaml 1.16 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:system="clr-namespace:System;assembly=mscorlib"
                    xml:space="preserve">
    <!--字符串换行 必须添加 xml:space="preserve" -->
    <!--字符串换行 换行符 &#10; -->
    
    <system:String x:Key="str.Graph.FixGraph">定点图</system:String>
    <system:String x:Key="str.Graph.Interval">间隔</system:String>
    <system:String x:Key="str.Graph.Mix">混合</system:String>
    <system:String x:Key="str.Graph.Avg">平均</system:String>
    <system:String x:Key="str.Graph.Max">最大</system:String>
    <system:String x:Key="str.Graph.Min">最小</system:String>
    <system:String x:Key="str.Graph.Count">数量</system:String>
    <system:String x:Key="str.Graph.AutoYAxis">自动Y轴</system:String>
    <system:String x:Key="str.Graph.AutoYAxisCenter">自动Y轴中值</system:String>
    <system:String x:Key="str.Graph.YAxisCenter">Y轴中值</system:String>
    <system:String x:Key="str.Graph.YAxisRange">Y轴范围</system:String>
</ResourceDictionary>