CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: eusanpe

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    6,038

    Adding List to DataGridView

    Hello All,

    I created a Class Library and I am trying to add data from a string to a DataGridViewer.

    The string is in the format as follows:

    "Test, 1", "Glucose", "10/24/2013 10:00"; "Test,...
  2. Replies
    0
    Views
    1,537

    MS Chart Plot Area

    Hello All:

    Can anyone tell me what the plot area between the two y-axis value scales are? I am trying to use its value only. For instance on my chart, the Chart width = 350 but the plotting area...
  3. Replies
    1
    Views
    771

    Compare Elements in an Array

    Hello All:

    I have built a chart and the values displayed are sorted by Date and the Time. So basically it looks like this.

    | 00:00 | 02:00 | 00:00 | 01:00 | ...
  4. Thread: MS Chart Help

    by eusanpe
    Replies
    2
    Views
    892

    Re: MS Chart Help

    Thank you for the reply...

    Yes I did copy it right. That is what I have in my Select statement. Should it be 'where' instead of 'when'.


    Tony
  5. Thread: MS Chart Help

    by eusanpe
    Replies
    2
    Views
    892

    MS Chart Help

    I am working with MSChart. I took the example code off of Patric Johansson tutorial about MSChart and trying to make mine do the same thing. Here is a piece of his code:
    ...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured