WebChartControl.DataAdapter Property
Obsolete. Gets or sets the data adapter used to populate the web chart control's data source.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v19.2.Web.dll
Declaration
[Obsolete("This property is obsolete and isn't used at all.")]
[DefaultValue(null)]
public object DataAdapter { get; set; }
<Obsolete("This property is obsolete and isn't used at all.")>
<DefaultValue(Nothing)>
Public Property DataAdapter As Object
Property Value
Type |
Default |
Description |
Object |
null
|
A Object which represents the chart's data adapter.
|
See Also