Anyone know where to find the schema for templates used in System.Web.UI.DataVisualization.Charting
?
Background info:
In object System.Web.UI.DataVisualization.Charting.Chart
, you can load an XML file that serves as a template for your charts. Here would be a VB call to use it. I am putting this in my question so anyone searching can find the answers here.
Chart1.LoadTemplate(Template.SelectedItem.Value + ".xml")
Link to Microsoft's MSDN article regarding the method: Chart..::.LoadTemplate Method (String)
Extra bonus: do you use templates? Can you point me to online resources that I should know about specific to templating?