mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-07 10:10:49 +08:00
9 lines
186 B
C#
9 lines
186 B
C#
namespace UWP.CartesianChart.Using_DateTime
|
|
{
|
|
public class DateModel
|
|
{
|
|
public System.DateTime DateTime { get; set; }
|
|
public double Value { get; set; }
|
|
}
|
|
}
|