TFunnelSeries.AutoUpdate

TFunnelSeries.AutoUpdate
TFunnelSeries

property AutoUpdate: Boolean;

Unit
TeeFunnel

Description
default value = true

If AutoUpdate is set to true, TFunnelSeries will be reconstructed with every added point. To speed up the drawing of TFunnelSeries, set the AutoUpdate to false and call the Recalculate
method when all points are added.