Range series are represented by the NFastPointSeries type. An instance of this type must be added to the series collection of a Cartesian chart:
Copy Code
|
|
---|---|
// add fast point series to it NFastPointSeries fastPoint = new NFastPointSeries(); chart.Series.Add(fastPoint); |