public DoubleGatesSeries(TChart tchart) : base(tchart) { initSeries(); maxPoints = new MapPoints(); minPoints = new MapPoints(); }
public SingleGateSeries(TChart tchart) : base(tchart) { initSeries(); points = new MapPoints(); }