FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.Chart 名前空間 > SpreadChart クラス > SpreadChart コンストラクタ : SpreadChart コンストラクタ(Type,ChartViewType) |
'Declaration
Public Function New( _ ByVal seriesType As Type, _ ByVal viewType As ChartViewType _ )
'使用法
Dim seriesType As Type Dim viewType As ChartViewType Dim instance As New SpreadChart(seriesType, viewType)
public SpreadChart( Type seriesType, ChartViewType viewType )
FarPoint.Win.Spread.Chart.SpreadChart chart = new FarPoint.Win.Spread.Chart.SpreadChart(typeof(FarPoint.Win.Chart.BarSeries),FarPoint.Win.Chart.ChartViewType.View2D);
Dim chart As New FarPoint.Win.Spread.Chart.SpreadChart(GetType(FarPoint.Win.Chart.BarSeries), FarPoint.Win.Chart.ChartViewType.View2D)