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

Search:

Type: Posts; User: kropcheck

Search: Search took 0.04 seconds.

  1. Replies
    16
    Views
    15,295

    Re: C++ MFC MSChart

    In fact with C++.NET platform, there are two ways for accessing to the properties of components. In the case of MSChart, each of them allows to change different properties as type of chart. So if you...
  2. Replies
    16
    Views
    15,295

    Re: C++ MFC MSChart

    From 2d-line-chart (by column, no real Y axis)
    To 2d chart XY (scatter and line)


    Until now I have been lucky because I have worked with a set data which contains for the y axis the values:...
  3. Replies
    16
    Views
    15,295

    Re: C++ MFC MSChart

    Great, it works... and looks so easy now!!!

    I wonder why I didn't find the solution by myself.
    Thanks for this help and for the time spent.

    I will surely face other problems with MSChart but...
  4. Replies
    16
    Views
    15,295

    Re: C++ MFC MSChart

    1) I checked if the wizard wrote "#include mschart.h" (header file) where the object is defined (in the dialog box class).
    The problem doesn't come from there because the variable m_Chart is valid...
  5. Replies
    16
    Views
    15,295

    Re: C++ MFC MSChart

    Obviously the wizard which create the variable doesn't work properly.
    Each time I create a variable linked to the component ID_MSCHART, I end up with a new class derivated from CWnd and not...
  6. Replies
    16
    Views
    15,295

    Re: C++ MFC MSChart

    I think I did a stupid mistake when I used the "Variable Wizard", by mistake I modified the "Variable type". So by default the Wizard created a CWnd type class instead of CMSChart.

    I hope now...
  7. Replies
    16
    Views
    15,295

    Re: C++ MFC MSChart

    Thanks for this quick reply, it is always nice to get support by advance user.

    I have tried this tutorial (even before sending my first mail) which seems fairly simple but nevertheless I had a...
  8. Replies
    16
    Views
    15,295

    C++ MFC MSChart

    I am a beginner in C++.
    I have tried to implement a chart from a MFC dialog box by using MSChart.
    I didn't find any tutorial to learn how to link data with a MSChart and how to handle basic...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured