MobileForms Toolkit Documentation

CompactChart.DataSource Property

Gets or sets the data source for CompactChart.

public object DataSource {get; set;}

Property Value

Any Object which implements IList or IListSource interface.

Remarks

You can bind CompactChart to a data source such as a Array, DataTable mobile SQL CE database or any other object which implements either IList or IListSource interface. Then it will automatically get data for a data Series and display it using the selected chart.

See Also

CompactChart Class | Resco.Controls.CompactChart Namespace | ChartType