MobileForms Toolkit Documentation

CompactChart.Series Property

Gets the SeriesCollection which holds the Series of data.

public SeriesCollection Series {get;}

Property Value

A SeriesCollection object is automatically created for CompactChart and is used to hold the Series of data that will be graphically presented.

Remarks

CompactChart is able to display multiple Series of data. Each series is contained within a Series object. All data series which should be graphically rendered by CompactChart in a form of a chart must be contained in a Series object which has to be added to SeriesCollection accessible through this property.

See Also

CompactChart Class | Resco.Controls.CompactChart Namespace | Series