Пример #1
0
 protected override void Create(){
     m_hpi1 = new Function.HPI(this);
     m_normgradientcolor1 = new Function.NormGradientColor(this);
     m_applicationtype = new VariableObject<Int32>(this);
     m_hpivalue = new VariableSeries<Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("HPI", 0, Color.Yellow,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }
Пример #2
0
 protected override void Create()
 {
     m_hpi1 = new Function.HPI(this);
     m_normgradientcolor1 = new Function.NormGradientColor(this);
     m_applicationtype    = new VariableObject <Int32>(this);
     m_hpivalue           = new VariableSeries <Double>(this);
     Plot1 =
         AddPlot(new PlotAttributes("HPI", 0, Color.Yellow,
                                    Color.Empty, 0, 0, true));
     Plot2 =
         AddPlot(new PlotAttributes("ZeroLine", 0, Color.Green,
                                    Color.Empty, 0, 0, true));
 }