mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-29 20:53:24 +08:00
项目结构调整
This commit is contained in:
13
Others/Live-Charts-master/WpfView/Themes/Colors/black.xaml
Normal file
13
Others/Live-Charts-master/WpfView/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.Wpf">
|
||||
|
||||
<lvc:ColorsCollection x:Key="ColorsCollection">
|
||||
<Color A="255" R="15" G="15" B="15" />
|
||||
<Color A="255" R="33" G="33" B="33" />
|
||||
<Color A="255" R="48" G="48" B="48" />
|
||||
<Color A="255" R="66" G="66" B="66" />
|
||||
<Color A="255" R="84" G="84" B="84" />
|
||||
</lvc:ColorsCollection>
|
||||
|
||||
</ResourceDictionary>
|
||||
13
Others/Live-Charts-master/WpfView/Themes/Colors/blue.xaml
Normal file
13
Others/Live-Charts-master/WpfView/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.Wpf">
|
||||
|
||||
<lvc:ColorsCollection x:Key="ColorsCollection">
|
||||
<Color A="255" R="13" G="71" B="161" />
|
||||
<Color A="255" R="25" G="118" B="210" />
|
||||
<Color A="255" R="33" G="150" B="243" />
|
||||
<Color A="255" R="100" G="181" B="246" />
|
||||
<Color A="255" R="187" G="222" B="251" />
|
||||
</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.Wpf">
|
||||
|
||||
<lvc:ColorsCollection x:Key="ColorsCollection">
|
||||
<Color A="255" R="33" G="149" B="242" />
|
||||
<Color A="255" R="243" G="67" B="54" />
|
||||
<Color A="255" R="254" G="192" B="7" />
|
||||
<Color A="255" R="96" G="125" B="138" />
|
||||
<Color A="255" R="232" G="30" B="99" />
|
||||
<Color A="255" R="76" G="174" B="80" />
|
||||
<Color A="255" R="63" G="81" B="180" />
|
||||
<Color A="255" R="204" G="219" B="57" />
|
||||
</lvc:ColorsCollection>
|
||||
|
||||
</ResourceDictionary>
|
||||
16
Others/Live-Charts-master/WpfView/Themes/Colors/metro.xaml
Normal file
16
Others/Live-Charts-master/WpfView/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.Wpf">
|
||||
|
||||
<lvc:ColorsCollection x:Key="ColorsCollection">
|
||||
<Color A="255" R="45" G="137" B="239" />
|
||||
<Color A="255" R="238" G="17" B="17" />
|
||||
<Color A="255" R="255" G="196" B="13" />
|
||||
<Color A="255" R="0" G="171" B="169" />
|
||||
<Color A="255" R="255" G="0" B="151" />
|
||||
<Color A="255" R="0" G="163" B="0" />
|
||||
<Color A="255" R="218" G="83" B="44" />
|
||||
<Color A="255" R="43" G="87" B="151" />
|
||||
</lvc:ColorsCollection>
|
||||
|
||||
</ResourceDictionary>
|
||||
13
Others/Live-Charts-master/WpfView/Themes/Colors/white.xaml
Normal file
13
Others/Live-Charts-master/WpfView/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.Wpf">
|
||||
|
||||
<lvc:ColorsCollection x:Key="ColorsCollection">
|
||||
<Color A="255" R="255" G="255" B="255" />
|
||||
<Color A="255" R="250" G="250" B="250" />
|
||||
<Color A="255" R="245" G="245" B="245" />
|
||||
<Color A="255" R="240" G="240" B="240" />
|
||||
<Color A="255" R="235" G="235" B="235" />
|
||||
</lvc:ColorsCollection>
|
||||
|
||||
</ResourceDictionary>
|
||||
8
Others/Live-Charts-master/WpfView/Themes/Size/l.xaml
Normal file
8
Others/Live-Charts-master/WpfView/Themes/Size/l.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Wpf"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<system:Double x:Key="Size">15</system:Double>
|
||||
|
||||
</ResourceDictionary>
|
||||
8
Others/Live-Charts-master/WpfView/Themes/Size/m.xaml
Normal file
8
Others/Live-Charts-master/WpfView/Themes/Size/m.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Wpf"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<system:Double x:Key="Size">12</system:Double>
|
||||
|
||||
</ResourceDictionary>
|
||||
8
Others/Live-Charts-master/WpfView/Themes/Size/s.xaml
Normal file
8
Others/Live-Charts-master/WpfView/Themes/Size/s.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Wpf"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<system:Double x:Key="Size">10</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:lvc="clr-namespace:LiveCharts.Wpf"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<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>
|
||||
10
Others/Live-Charts-master/WpfView/Themes/Weight/light.xaml
Normal file
10
Others/Live-Charts-master/WpfView/Themes/Weight/light.xaml
Normal file
@@ -0,0 +1,10 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Wpf"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<system:Double x:Key="SeparatorStrokeThickness">1.3</system:Double>
|
||||
<DoubleCollection x:Key="SeparatorStrokeDashArray"></DoubleCollection>
|
||||
<system:Double x:Key="SeriesStrokeThickness">1</system:Double>
|
||||
|
||||
</ResourceDictionary>
|
||||
10
Others/Live-Charts-master/WpfView/Themes/Weight/normal.xaml
Normal file
10
Others/Live-Charts-master/WpfView/Themes/Weight/normal.xaml
Normal file
@@ -0,0 +1,10 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Wpf"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<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>
|
||||
54
Others/Live-Charts-master/WpfView/Themes/base.xaml
Normal file
54
Others/Live-Charts-master/WpfView/Themes/base.xaml
Normal file
@@ -0,0 +1,54 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:lvc="clr-namespace:LiveCharts.Wpf">
|
||||
|
||||
<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>
|
||||
<Style.Triggers>
|
||||
<Trigger Property="AxisOrientation" Value="X">
|
||||
<Setter Property="IsEnabled" Value="False"></Setter>
|
||||
</Trigger>
|
||||
</Style.Triggers>
|
||||
</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}"/>
|
||||
<Style TargetType="lvc:PieSeries" BasedOn="{StaticResource SeriesStyle}"></Style>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user