MobileForms Toolkit Documentation

SeriesCollection  Constructor 

Creates a new SeriesCollection object with specified CompactChart object as its parent.

public SeriesCollection(
CompactChart parent
);

Parameters

parent
CompactChart object that this series will belong to.

Remarks

Every CompactChart object can contain several series of data. Each series of data has to belong to a CompactChart object.

See Also

SeriesCollection Class | Resco.Controls.CompactChart Namespace