CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Nov 2011
    Location
    India
    Posts
    333

    [RESOLVED] MSChart Control

    Hi,
    Code:
     SAFEARRAYBOUND sab[2];
    
    sab[0].cElements =noOfRows; // 59
    Using the above code i will fix the row [that is row starting from 0, 1, 2, .. ,59 ].

    How can i fix column upto 6000 in MSChart control [column starting from 0, 1000, 2000, ...,6000.]
    Regards,

    SaraswathiSrinath

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,395

    Re: MSChart Control

    Have a look at this thread
    and some other articles and discussions about using this control:
    https://www.google.com/search?source...ntrol+vc%2B%2B
    Victor Nijegorodov

  3. #3
    Join Date
    Nov 2011
    Location
    India
    Posts
    333

    Re: MSChart Control

    Quote Originally Posted by VictorN View Post
    Have a look at this thread
    and some other articles and discussions about using this control:
    https://www.google.com/search?source...ntrol+vc%2B%2B
    Mr.Victor I already read these pages. But still I'm not clear.

    Kindly find the attachment. Depends on my data, the Y Axis fix the limit. But i like to set default limit for X & Y axis.
    Attached Images Attached Images  
    Attached Files Attached Files
    Regards,

    SaraswathiSrinath

  4. #4
    Join Date
    Nov 2011
    Location
    India
    Posts
    333

    Re: MSChart Control

    hi ,
    Finally i found 2D & 3D Chart .

    Its very easy to understand. Thanks Mr.Victor.
    Regards,

    SaraswathiSrinath

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured