FarPoint.Web.Chart 名前空間 > FpChart クラス : LoadFromTemplate メソッド |
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)