Xuni User Guide > Xuni Controls > FlexChart > Features > Themes |
An easy way to enhance the appearance of the FlexChart control is to use pre-defined themes instead of customizing each element. The Palette
property is used to specify the theme to be applied on the control.
Note: Remove the Palette property from code to revert to the default theme. |
The image below shows how the FlexChart control appears when the Palette
property is set to Cyborg.
The following code example demonstrates how to set a theme in C#.
C# |
Copy Code |
---|---|
chart.Palette = Xuni.Xamarin.ChartCore.Palettes.Cyborg; |