GrapeCity SPREAD for Windows Forms 11.0J
SaveToTemplate メソッド


テンプレートを保存するストリーム。
チャートモデルとチャート表示タイプを含むテンプレートを指定したストリームに保存します。
構文
'Declaration
 
Public Sub SaveToTemplate( _
   ByVal stream As Stream _
) 
'使用法
 
Dim instance As FpChart
Dim stream As Stream
 
instance.SaveToTemplate(stream)
public void SaveToTemplate( 
   Stream stream
)

パラメータ

stream
テンプレートを保存するストリーム。
参照

FpChart クラス
FpChart メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.