Parameters
- stream
- The stream to save the template to.
string f; f = "c:\\chart.xml"; System.IO.FileStream s = new System.IO.FileStream(f, IO.FileMode.OpenorCreate, IO.FileAccess.ReadWrite); FpChart1.SaveToTemplate(s);
Dim f As String f = "c:\chart.xml" Dim s As New System.IO.FileStream(f, IO.FileMode.OpenOrCreate, IO.FileAccess.ReadWrite) FpChart1.SaveToTemplate(s)