Click or drag to resize

DataSetModelDataPoints Property

List of DataPointModel which can be used to access and store the data from [!:DataSetModel.DataContext].

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public List<DataPointModel> DataPoints { get; set; }

Property Value

Type: ListDataPointModel
See Also