Exemplo n.º 1
0
 protected override void Create()
 {
     m_advancedeclinediff1 = new AdvanceDeclineDiff(this);
     Plot1 =
         AddPlot(new PlotAttributes("A/DLine", 0, Color.Cyan,
                                    Color.Empty, 0, 0, true));
 }
 protected override void Create(){
     m_advancedeclinediff1 = new AdvanceDeclineDiff(this);
     Plot1 =
         AddPlot(new PlotAttributes("A/DLine", 0, Color.Cyan,
                                    Color.Empty, 0, 0, true));
 }