Click or drag to resize

ImportTypeBaseNullIteration Property

Gets or sets the maximum dataPoints the loop can have, default is 50K. This is more of a safety feature to evade an infinite loop.

Namespace:  SharpCharts.Base.Data
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected int NullIteration { get; set; }

Property Value

Type: Int32
See Also