ChartBaseDataSource Property

Gets or sets the data source for this control.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
[TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public virtual Object DataSource { get; set; }

Property Value

Object

Remarks

The assigned object must implement either IList or IListSource interface.

Exceptions

DataExceptionThrown if the assigned object is not a valid data source.

See Also