Hi everyone, in my project I need to create a Graph with custom color for each series. I need to bind the series color to color codes stored in my database.
How can i do this ?
Best regards,
Julien
1 Answer, 1 is accepted
0
Nasko
Telerik team
answered on 22 Apr 2015, 03:09 PM
Hello Julien,
The mechanism setting Graph series colors uses color palettes, so you will need to define a custom color palette. Since the color codes are stored in a database you will have to create the custom color palette and add it to the Graph item programmatically in the report definition.
More information on the topic can be found in the Formatting Series Colors section of the Formatting Graph Series help article.