Specifies a custom color palette used by the widget.
Namespace:DevExpress.AspNetCore.Bootstrap
Assembly:DevExpress.AspNetCore.Bootstrap.v17.2.dll

Syntax
C# |
public BootstrapPieChartBuilder CustomPalette(
Color[] customPalette
)
|
VB |
Public Function CustomPalette(
ByVal customPalette As Color[]
) As BootstrapPieChartBuilder
|
Parameters
-
customPalette
-
Type: Color[]
Return value
Type:
BootstrapPieChartBuilder

See Also