FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > FpChart Class : LoadFromTemplate Method |
string f; f = "c:\\chart.xml"; System.IO.FileStream s = new System.IO.FileStream(f, IO.FileMode.Open, IO.FileAccess.ReadWrite); FpChart1.LoadFromTemplate(s);
Dim f As String f = "c:\chart.xml" Dim s As New System.IO.FileStream(f, IO.FileMode.OpenOrCreate, IO.FileAccess.ReadWrite) FpChart1.LoadFromTemplate(s)
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional