xaml-sdk/ChartView/WPF/Animations/PlotInfo.cs

12 строки
275 B
C#

namespace Animations
{
public class PlotInfo
{
public string XCat { get; set; }
public double YVal1 { get; set; }
public double YVal2 { get; set; }
public double YVal3 { get; set; }
public double YVal4 { get; set; }
}
}