Customize Style
From Documentation
Revision as of 01:43, 6 March 2014 by Raymondchao (talk | contribs)
Switching Bwteen Themes
ZK Charts provides many predefined color themes for use.
Here are a list of the themes that you can choose from:
Default
1 chart.setTheme(Theme.DEFAULT);
Grid
1 chart.setTheme(Theme.GRID);
Skies
1 chart.setTheme(Theme.SKIES);
Gray
1 chart.setTheme(Theme.GRAY);
Dark blue
1 chart.setTheme(Theme.DARK_BLUE);
Dark green
1 chart.setTheme(Theme.DARK_GREEN);
Customizing Colors
Color
Gradient
< Get Complete Source Code of This Book >