Skip to content

ColorSchema

Thomas Möller edited this page Dec 26, 2020 · 4 revisions

Property name:

ColorSchema

Description:

With this property you pass the name of the color schema.

A full list of available color schemes can be found here: https://nagix.github.io/chartjs-plugin-colorschemes/colorchart.html

Default value:

brewer.Paired12

Sample code:

myChart.ColorSchema = "brewer.Paired12"

Related to:

--