Click or drag to resize

GUISeriesModelHistory Property

Contains all drawn points in the Data Series.

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string History { get; set; }

Property Value

Type: String
Remarks

When the simulation is saved, all currently drawn points from the Data Series will be saved into this property and restored when the simulation is loaded again.

This property is automatically set by the platform and should not be modified manually.

See Also