protected override void Create(){
     m_pivotlowvsbar1 = new PivotLowVSBar(this);
     Plot1 =
         AddPlot(new PlotAttributes("PivotLo", EPlotShapes.Point,
                                    Color.Yellow, Color.Empty, 4,
                                    0,
                                    true));
 }
Exemplo n.º 2
0
 protected override void Create()
 {
     m_pivotlowvsbar1 = new PivotLowVSBar(this);
     Plot1            =
         AddPlot(new PlotAttributes("PivotLo", EPlotShapes.Point,
                                    Color.Yellow, Color.Empty, 4,
                                    0,
                                    true));
 }