BootstrapChartBuilder.CustomPalette(Color[]) Method
In This Article
Specifies a custom color palette used by the widget.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapChartBuilder CustomPalette(
params Color[] customPalette
)
#Parameters
Name | Type |
---|---|
custom |
Color[] |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also