BootstrapChartBuilder.SettingsCommonSeries(Action<BootstrapChartCommonSeriesBuilder>) Method
In This Article
Provides access to settings applied to all series displayed by the Chart control.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapChartBuilder SettingsCommonSeries(
Action<BootstrapChartCommonSeriesBuilder> config
)
#Parameters
Name | Type |
---|---|
config | Action<Bootstrap |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also