Ejemplo n.º 1
0
      protected internal CandleMidLineElement(CandleMidLineView view, PlotPane host, Point[] points) : base(host)
      {
        m_View = view;
        m_Points = points;
 
        this.Region = new Rectangle(points[0].X, 0, points[points.Length-1].X, host.Height);
      }
Ejemplo n.º 2
0
            protected internal CandleMidLineElement(CandleMidLineView view, PlotPane host, Point[] points) : base(host)
            {
                m_View   = view;
                m_Points = points;

                this.Region = new Rectangle(points[0].X, 0, points[points.Length - 1].X, host.Height);
            }