Visual Basic 2005 Express
Windows XP Pro SP2
Hi,
Can anyone give me info on how to use the custom themes? I want to save a custom theme based on the current chart. Later, I want to read that theme back in and apply it to a different chart. I do this:
Code: Select all
ATheme = New Steema.TeeChart.Themes.CustomTheme(TChart1.Chart)
ATheme.WriteToXML("C:\temp\atheme.xml")
Code: Select all
ATheme.ReadFromXML("C:\temp\atheme.xml")
Jay