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

BootstrapCoordinateSystemChart.SettingsDataPrepare Property

Provides access to settings that determine how the chart manages data from a data source.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public virtual BootstrapChartDataPrepareSettings SettingsDataPrepare { get; }

Property Value

Type Description
BootstrapChartDataPrepareSettings

A BootstrapChartDataPrepareSettings object.

See Also