Ejemplo n.º 1
0
 protected override void Create(){
     m_trix1 = new Function.TRIX(this);
     m_normgradientcolor1 = new Function.NormGradientColor(this);
     m_trixvalue = new VariableSeries<Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("TRIX", 0, Color.Yellow,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }
Ejemplo n.º 2
0
 protected override void Create()
 {
     m_trix1 = new Function.TRIX(this);
     m_normgradientcolor1 = new Function.NormGradientColor(this);
     m_trixvalue          = new VariableSeries <Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("TRIX", 0, Color.Yellow,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }