-
Notifications
You must be signed in to change notification settings - Fork 14
ColorSchema
Thomas Möller edited this page Jan 18, 2022
·
4 revisions
ColorSchema
This class contains methods and properties corresponding to the color schema.
- none
The following sections contain a detailed description of the methods and properties.
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
brewer.Paired12
myChart.Chart.ColorSchema.Name = "brewer.Paired12"
--