ColorSchema - team-moeller/better-access-charts GitHub Wiki
Class name
ColorSchema
Purpose / Description
This class contains methods and properties corresponding to the color schema.
Methods
- none
Properties
Detailed description
The following sections contain a detailed description of the methods and properties.
Name
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.Chart.ColorSchema.Name = "brewer.Paired12"
Related to:
--