GrapeCity SPREAD for Windows Forms 12.0J
SpreadChart コンストラクタ(Type)


系列のタイプ。
FarPoint.Win.Chart.FpChart クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal seriesType As Type _
)
'使用法
 
Dim seriesType As Type
 
Dim instance As New SpreadChart(seriesType)
public SpreadChart( 
   Type seriesType
)

パラメータ

seriesType
系列のタイプ。
解説
seriesTypeパラメーターは、追加するチャートの種類を示します。
次のサンプルコードは、チャートを作成します。
Dim chart As New FarPoint.Win.Spread.Chart.SpreadChart(GetType(FarPoint.Win.Chart.ClusteredBarSeries))
'set the chart properties ��.
FpSpread1.Sheets(0).Charts.Add(chart)
Dim chart As New FarPoint.Win.Spread.Chart.SpreadChart(GetType(FarPoint.Win.Chart.ClusteredBarSeries))
'set the chart properties ��.
FpSpread1.Sheets(0).Charts.Add(chart)
参照

SpreadChart クラス
SpreadChart メンバ
オーバーロード一覧

 

 


Copyright © 2004 GrapeCity inc.