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!
    
    
    
    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!
        Rename
    
CODE:
WLColor clr = WealthLab.ChartWPF.ChartThemeFactory.Instance.SelectedThemeName == "Dark" ? WLColor.Gold : WLColor.Black; DrawHeaderText("You can see this, right?", clr, 14);
            Your Response
            
            Post
        
        
        
    
            Edit Post
            
        
        
        
    
            Login is required