Class ChartPointViewModel
Inheritance
System.Object
ChartPointViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ChartPointViewModel : ViewModelBase<ChartPointViewModel>
Constructors
ChartPointViewModel()
Declaration
public ChartPointViewModel()
Properties
XValue
Declaration
public double XValue { get; set; }
Property Value
System.Double
|
YValue
Declaration
public double YValue { get; set; }
Property Value
System.Double
|