- ago
Hi,
The dark theme is very nice.
Is there a way for C# to know what theme was chosen so one can set the color of the font for example accordingly?
Thanks!
0
204
Solved
1 Replies

Reply

Bookmark

Sort
Cone8
 ( 7.39% )
- ago
#1
CODE:
WLColor clr = WealthLab.ChartWPF.ChartThemeFactory.Instance.SelectedThemeName == "Dark" ? WLColor.Gold : WLColor.Black; DrawHeaderText("You can see this, right?", clr, 14);
0
Best Answer

Reply

Bookmark

Sort