Point Series to concat with.
Determines whether the FIFO mode is enabled for the Data Series.
In case of FIFO mode, determines minimum of the XRange.
Concat Method (PointSeriesBase)
Concatenates two PointSeries together
Syntax
public abstract void Concat( 
   IPointSeries other,
   bool fifoMode,
   double minX
)

Parameters

other
Point Series to concat with.
fifoMode
Determines whether the FIFO mode is enabled for the Data Series.
minX
In case of FIFO mode, determines minimum of the XRange.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also