mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-26 03:07:55 +08:00
项目结构调整
This commit is contained in:
13
Others/Live-Charts-master/UwpView/Themes/Colors/black.xaml
Normal file
13
Others/Live-Charts-master/UwpView/Themes/Colors/black.xaml
Normal file
@@ -0,0 +1,13 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Uwp">
|
||||
|
||||
<lvc:ColorsCollection x:Key="ColorsCollection">
|
||||
<Color>#FF0F0F0F</Color>
|
||||
<Color>#FF212121</Color>
|
||||
<Color>#FF303030</Color>
|
||||
<Color>#FF424242</Color>
|
||||
<Color>#FF545454</Color>
|
||||
</lvc:ColorsCollection>
|
||||
|
||||
</ResourceDictionary>
|
||||
13
Others/Live-Charts-master/UwpView/Themes/Colors/blue.xaml
Normal file
13
Others/Live-Charts-master/UwpView/Themes/Colors/blue.xaml
Normal file
@@ -0,0 +1,13 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Uwp">
|
||||
|
||||
<lvc:ColorsCollection x:Key="ColorsCollection">
|
||||
<Color>#FF0D47A1</Color>
|
||||
<Color>#FF1976D2</Color>
|
||||
<Color>#FF2196F3</Color>
|
||||
<Color>#FF64B5F6</Color>
|
||||
<Color>#FFBBDEFB</Color>
|
||||
</lvc:ColorsCollection>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -0,0 +1,16 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Uwp">
|
||||
|
||||
<lvc:ColorsCollection x:Key="ColorsCollection">
|
||||
<Color>#FF2195F2</Color>
|
||||
<Color>#FFF34336</Color>
|
||||
<Color>#FFFEC007</Color>
|
||||
<Color>#FF607D8A</Color>
|
||||
<Color>#FFE81E63</Color>
|
||||
<Color>#FF4CAE50</Color>
|
||||
<Color>#FF3F51B4</Color>
|
||||
<Color>#FFCCDB39</Color>
|
||||
</lvc:ColorsCollection>
|
||||
|
||||
</ResourceDictionary>
|
||||
16
Others/Live-Charts-master/UwpView/Themes/Colors/metro.xaml
Normal file
16
Others/Live-Charts-master/UwpView/Themes/Colors/metro.xaml
Normal file
@@ -0,0 +1,16 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Uwp">
|
||||
|
||||
<lvc:ColorsCollection x:Key="ColorsCollection">
|
||||
<Color>#FF2D89EF</Color>
|
||||
<Color>#FFEE1111</Color>
|
||||
<Color>#FFFFC40D</Color>
|
||||
<Color>#FF00ABA9</Color>
|
||||
<Color>#FFFF0097</Color>
|
||||
<Color>#FF00A300</Color>
|
||||
<Color>#FFDA532C</Color>
|
||||
<Color>#FF2B5797</Color>
|
||||
</lvc:ColorsCollection>
|
||||
|
||||
</ResourceDictionary>
|
||||
13
Others/Live-Charts-master/UwpView/Themes/Colors/white.xaml
Normal file
13
Others/Live-Charts-master/UwpView/Themes/Colors/white.xaml
Normal file
@@ -0,0 +1,13 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Uwp">
|
||||
|
||||
<lvc:ColorsCollection x:Key="ColorsCollection">
|
||||
<Color>#FFFFFFFF</Color>
|
||||
<Color>#FFFAFAFA</Color>
|
||||
<Color>#FFF5F5F5</Color>
|
||||
<Color>#FFF0F0F0</Color>
|
||||
<Color>#FFEBEBEB</Color>
|
||||
</lvc:ColorsCollection>
|
||||
|
||||
</ResourceDictionary>
|
||||
7
Others/Live-Charts-master/UwpView/Themes/Size/l.xaml
Normal file
7
Others/Live-Charts-master/UwpView/Themes/Size/l.xaml
Normal file
@@ -0,0 +1,7 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="using:System">
|
||||
|
||||
<system:Double x:Key="Size">15</system:Double>
|
||||
|
||||
</ResourceDictionary>
|
||||
7
Others/Live-Charts-master/UwpView/Themes/Size/m.xaml
Normal file
7
Others/Live-Charts-master/UwpView/Themes/Size/m.xaml
Normal file
@@ -0,0 +1,7 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="using:System">
|
||||
|
||||
<system:Double x:Key="Size">12</system:Double>
|
||||
|
||||
</ResourceDictionary>
|
||||
7
Others/Live-Charts-master/UwpView/Themes/Size/s.xaml
Normal file
7
Others/Live-Charts-master/UwpView/Themes/Size/s.xaml
Normal file
@@ -0,0 +1,7 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="using:System">
|
||||
|
||||
<system:Double x:Key="Size">10</system:Double>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -0,0 +1,8 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="using:System">
|
||||
|
||||
<system:Double x:Key="SeparatorStrokeThickness">2.2</system:Double>
|
||||
<DoubleCollection x:Key="SeparatorStrokeDashArray">4</DoubleCollection>
|
||||
<system:Double x:Key="SeriesStrokeThickness">4.2</system:Double>
|
||||
</ResourceDictionary>
|
||||
@@ -0,0 +1,9 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="using:System">
|
||||
|
||||
<system:Double x:Key="SeparatorStrokeThickness">1.3</system:Double>
|
||||
<DoubleCollection x:Key="SeparatorStrokeDashArray"></DoubleCollection>
|
||||
<system:Double x:Key="SeriesStrokeThickness">1</system:Double>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -0,0 +1,9 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="using:System">
|
||||
|
||||
<system:Double x:Key="SeparatorStrokeThickness">1.8</system:Double>
|
||||
<DoubleCollection x:Key="SeparatorStrokeDashArray">3</DoubleCollection>
|
||||
<system:Double x:Key="SeriesStrokeThickness">3.0</system:Double>
|
||||
|
||||
</ResourceDictionary>
|
||||
61
Others/Live-Charts-master/UwpView/Themes/base.xaml
Normal file
61
Others/Live-Charts-master/UwpView/Themes/base.xaml
Normal file
@@ -0,0 +1,61 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Uwp" >
|
||||
|
||||
<Style TargetType="lvc:CartesianChart">
|
||||
<Setter Property="AnimationsSpeed" Value="0:0:0.420"></Setter>
|
||||
<Setter Property="SeriesColors" Value="{StaticResource ColorsCollection}"/>
|
||||
</Style>
|
||||
|
||||
<Style TargetType="lvc:Axis">
|
||||
<Setter Property="FontSize" Value="{StaticResource Size}"></Setter>
|
||||
<Setter Property="FontFamily" Value="Calibri"></Setter>
|
||||
<Setter Property="Foreground" Value="#99303030"></Setter>
|
||||
</Style>
|
||||
|
||||
<Style TargetType="lvc:Separator">
|
||||
<Setter Property="StrokeThickness" Value="{StaticResource SeparatorStrokeThickness}"></Setter>
|
||||
<Setter Property="StrokeDashArray" Value="{StaticResource SeparatorStrokeDashArray}"></Setter>
|
||||
<Setter Property="Stroke" Value="#1A303030"></Setter>
|
||||
<!--<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="lvc:Separator" x:Name="Separator">
|
||||
<lvc:Separator>
|
||||
<interactivity:Interaction.Behaviors>
|
||||
<core:DataTriggerBehavior Binding="{TemplateBinding AxisOrientation}" Value="X">
|
||||
<core:ChangePropertyAction PropertyName="IsEnabled" Value="False"></core:ChangePropertyAction>
|
||||
</core:DataTriggerBehavior>
|
||||
</interactivity:Interaction.Behaviors>
|
||||
</lvc:Separator>
|
||||
</ControlTemplate>
|
||||
</Setter.Value>
|
||||
</Setter>-->
|
||||
</Style>
|
||||
|
||||
<Style TargetType="lvc:Series" x:Key="SeriesStyle">
|
||||
<Setter Property="FontFamily" Value="Calibri"></Setter>
|
||||
<Setter Property="FontSize" Value="{StaticResource Size}"></Setter>
|
||||
<Setter Property="StrokeThickness" Value="{StaticResource SeriesStrokeThickness}"></Setter>
|
||||
</Style>
|
||||
|
||||
<Style TargetType="lvc:CandleSeries" BasedOn="{StaticResource SeriesStyle}"/>
|
||||
<Style TargetType="lvc:ColumnSeries" BasedOn="{StaticResource SeriesStyle}"/>
|
||||
<Style TargetType="lvc:HeatSeries" BasedOn="{StaticResource SeriesStyle}"/>
|
||||
<Style TargetType="lvc:LineSeries" BasedOn="{StaticResource SeriesStyle}">
|
||||
<Setter Property="PointGeometrySize" Value="{StaticResource Size}"></Setter>
|
||||
</Style>
|
||||
<Style TargetType="lvc:StepLineSeries" BasedOn="{StaticResource SeriesStyle}">
|
||||
<Setter Property="PointGeometrySize" Value="{StaticResource Size}"></Setter>
|
||||
</Style>
|
||||
<Style TargetType="lvc:VerticalLineSeries" BasedOn="{StaticResource SeriesStyle}">
|
||||
<Setter Property="PointGeometrySize" Value="{StaticResource Size}"></Setter>
|
||||
</Style>
|
||||
<Style TargetType="lvc:OhlcSeries" BasedOn="{StaticResource SeriesStyle}"/>
|
||||
<Style TargetType="lvc:RowSeries" BasedOn="{StaticResource SeriesStyle}"/>
|
||||
<Style TargetType="lvc:ScatterSeries" BasedOn="{StaticResource SeriesStyle}"/>
|
||||
<Style TargetType="lvc:StackedAreaSeries" BasedOn="{StaticResource SeriesStyle}"/>
|
||||
<Style TargetType="lvc:StackedColumnSeries" BasedOn="{StaticResource SeriesStyle}"/>
|
||||
<Style TargetType="lvc:StackedRowSeries" BasedOn="{StaticResource SeriesStyle}"/>
|
||||
<Style TargetType="lvc:VerticalStackedAreaSeries" BasedOn="{StaticResource SeriesStyle}"/>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user