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)); }
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)); }