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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public virtual BootstrapChartDataPrepareSettings SettingsDataPrepare { get; }
Property Value
Type | Description |
---|---|
BootstrapChartDataPrepareSettings | A BootstrapChartDataPrepareSettings object. |
See Also