NPlot Documented Class Library

SequenceAdapter Constructor 

[This is preliminary documentation and subject to change.]

Constructor. The data source specifiers must be specified here.

public SequenceAdapter(
   object dataSource,
   string dataMember,
   object ordinateData,
   object abscissaData
);

Parameters

dataSource
The source containing a list of values to plot.
dataMember
The specific data member in a multimember data source to get data from.
ordinateData
The source containing a list of values to plot on the ordinate axis, or a the name of the column to use for this data.
abscissaData
The source containing a list of values to plot on the abscissa axis, or a the name of the column to use for this data.

See Also

SequenceAdapter Class | NPlot Namespace