コード例 #1
0
ファイル: TchartSeries.cs プロジェクト: zjyu1/ASCAN
 public DoubleGatesSeries(TChart tchart)
     : base(tchart)
 {
     initSeries();
     maxPoints = new MapPoints();
     minPoints = new MapPoints();
 }
コード例 #2
0
ファイル: TchartSeries.cs プロジェクト: zjyu1/ASCAN
 public SingleGateSeries(TChart tchart) : base(tchart)
 {
     initSeries();
     points = new MapPoints();
 }