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