Click or drag to resize

GUIChartModelIterationSkip Property

Defines how many iterations of the Data Simulation should be skipped while drawing points on the Chart.

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

Property Value

Type: Int32
Remarks

Setting the IterationSkip property to a higher value increases speed but reduces accuracy while drawing the Chart.

See Also