TSourceLoadMode

TSourceLoadMode

type TSourceLoadMode = (lmClear, lmAppend);

Unit
TeEngine

Description
Used by TTeeSeriesSource.LoadMode property.

By default Series are emptied (cleared) before the series datasource starts adding points to the series.

When the LoadMode property is "lmAppend" the series is not emptied and all datasource points are appended to the series.