Search:

Type: Posts; User: russdb

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    2,353

    Re: Graphics Quality - Interconnecting Line Segments ???

    I'm going to respond to my own post. I just modified my code so that it looks for the first and line segment only and connects the two. Here's my code:

    x = screen_left;

    // find right...
  2. Replies
    4
    Views
    2,353

    Graphics Quality - Interconnecting Line Segments ???

    Consider the attached image LINE1.jpg. You'll notice it has a diagonal line in the middle of the screen. The chart actually display's commodity prices but that is NOT what were talking about.

    My...
  3. Replies
    4
    Views
    2,353

    Graphics Quality ???

    I'm trying to get high quality lines drawn in my graphics.

    I'm using the following in C#:
    g.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality;

    I'm trying to...
Results 1 to 3 of 3