Exemple #1
0
 public DoubleGatesSeries(TChart tchart)
     : base(tchart)
 {
     initSeries();
     maxPoints = new MapPoints();
     minPoints = new MapPoints();
 }
Exemple #2
0
 public SingleGateSeries(TChart tchart) : base(tchart)
 {
     initSeries();
     points = new MapPoints();
 }