Пример #1
0
 protected override void Create()
 {
     m_volatility1 = new Function.Volatility(this);
     Plot1         =
         AddPlot(new PlotAttributes("Volty", 0, Color.Blue,
                                    Color.Empty, 0, 0, true));
 }
 protected override void Create(){
     m_volatility1 = new Function.Volatility(this);
     Plot1 =
         AddPlot(new PlotAttributes("Volty", 0, Color.Blue,
                                    Color.Empty, 0, 0, true));
 }