FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread.Chart 名前空間 > SpreadChart クラス > SpreadChart コンストラクタ : SpreadChart コンストラクタ(Type) |
'宣言
Public Function New( _ ByVal seriesType As Type _ )
public SpreadChart( Type 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)