mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-30 05:03:23 +08:00
添加项目文件。
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using LiveCharts;
|
||||
using LiveCharts.Dtos;
|
||||
using LiveCharts.Wpf;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace UnitTests.SeriesAndValues
|
||||
{
|
||||
[TestClass]
|
||||
public class AutoColorSetter
|
||||
{
|
||||
[TestMethod]
|
||||
public void AutoSeriesColors()
|
||||
{
|
||||
//var testguy = new CartesianChart();
|
||||
//testguy.MockIt(new CoreSize(200, 200));
|
||||
|
||||
//var seriesCollection = new SeriesCollection();
|
||||
|
||||
//for (var i = 0; i < 100; i++)
|
||||
//{
|
||||
// seriesCollection.Add(new LineSeries {Values = new ChartValues<double> {1, 2, 3}});
|
||||
//}
|
||||
|
||||
//testguy.Series = seriesCollection;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user