Provides access to settings that determine how the chart manages data from a data source.
Namespace:DevExpress.AspNetCore.Bootstrap
Assembly:DevExpress.AspNetCore.Bootstrap.v18.1.dll

Syntax
C# |
public BootstrapPolarChartBuilder SettingsDataPrepare(
Action<BootstrapChartDataPrepareSettingsBuilder> config
)
|
VB |
Public Function SettingsDataPrepare(
ByVal config As Action(of BootstrapChartDataPrepareSettingsBuilder)
) As BootstrapPolarChartBuilder
|
Parameters
-
config
-
Type: Action<BootstrapChartDataPrepareSettingsBuilder>
Return value
Type:
BootstrapPolarChartBuilder

See Also