protected override void Create(){ m_accumdist1 = new AccumulationDistribution(this); m_accdstprvol = new VariableSeries<Double>(this); Plot1 = AddPlot(new PlotAttributes("AccDst-PrVol", 0, Color.Blue, Color.Empty, 0, 0, true)); }
protected override void Create() { m_accumdist1 = new AccumulationDistribution(this); m_accdstprvol = new VariableSeries <Double>(this); Plot1 = AddPlot(new PlotAttributes("AccDst-PrVol", 0, Color.Blue, Color.Empty, 0, 0, true)); }