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));
 }
Esempio n. 2
0
 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));
 }