Skip to main content
A newer version of this page is available. .

WebChartControl.DataAdapter Property

OBSOLETE

This property is obsolete and isn't used at all.

Gets or sets the data adapter used to populate the web chart control’s data source.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v18.2.Web.dll

Declaration

[Obsolete("This property is obsolete and isn't used at all.")]
[DefaultValue(null)]
public object DataAdapter { get; set; }

Property Value

Type Default Description
Object *null*

A Object which represents the chart’s data adapter.

See Also