CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11
  1. #1
    Join Date
    Sep 2005
    Posts
    114

    Anybody Aware of "AxMSChart20Lib"?

    Hi, Im trying to use the namespace AxMSChart20Lib namespace and AxMSChart class to create charts on my windows form. I can use to tools to drag a AxMSChart object onto my form but i dont really know how to do anything with it.

    I can't find documentation anywhere including MSDN. Is anyone familiar with the class, or know any documentation for it?

    Cheers,

  2. #2
    Join Date
    Jul 2005
    Location
    Sydney, Australia
    Posts
    1,080

    Re: Anybody Aware of "AxMSChart20Lib"?

    I'd actually recommend NPlot or ZedGraph for charting. They are both free .NET components, unlike that ActiveX control you're trying to use. All else being equal, avoid COM in .NET if you can.
    Tutorials: Home & Learn | Start VB.NET | Learn VB.NET | C# Station | GotDotNet | Games in VB.NET 101 Samples: 2002 | 2003 | 2005 | More .NET 2.0 (VB.NET, C#) Articles: VB.NET | C# | ASP.NET | MoreFree Components: WFC | XPCC | ElementsEx | VBPP | Mentalis | ADO.NET/MySQL | VisualStyles | Charting (NPlot, ZedGraph) | iTextSharp (PDF) | SDF (CF) ● Free Literature: VB 2005 (eBook) | VB6 to VB.NET (eBook) | MSDN Magazine (CHM format) ● Bookmarks: MSDN | WinForms .NET | ASP.NET | WinForms FAQ | WebForms FAQ | GotDotNet | Code Project | DevBuzz (CF) ● Code Converter: C#/VB.NET | VB.NET/C# | VS 2005 add-in

  3. #3
    Join Date
    Sep 2005
    Posts
    114

    Re: Anybody Aware of "AxMSChart20Lib"?

    Where can i get that components?

  4. #4
    Join Date
    Jul 2005
    Location
    Sydney, Australia
    Posts
    1,080

    Re: Anybody Aware of "AxMSChart20Lib"?

    You can Google.
    Tutorials: Home & Learn | Start VB.NET | Learn VB.NET | C# Station | GotDotNet | Games in VB.NET 101 Samples: 2002 | 2003 | 2005 | More .NET 2.0 (VB.NET, C#) Articles: VB.NET | C# | ASP.NET | MoreFree Components: WFC | XPCC | ElementsEx | VBPP | Mentalis | ADO.NET/MySQL | VisualStyles | Charting (NPlot, ZedGraph) | iTextSharp (PDF) | SDF (CF) ● Free Literature: VB 2005 (eBook) | VB6 to VB.NET (eBook) | MSDN Magazine (CHM format) ● Bookmarks: MSDN | WinForms .NET | ASP.NET | WinForms FAQ | WebForms FAQ | GotDotNet | Code Project | DevBuzz (CF) ● Code Converter: C#/VB.NET | VB.NET/C# | VS 2005 add-in

  5. #5
    Join Date
    Dec 2005
    Posts
    282

  6. #6
    Join Date
    Aug 2002
    Location
    Kerala
    Posts
    1,183

    Re: Anybody Aware of "AxMSChart20Lib"?

    You could also use Office Web Components Chart Control. You don't need to have Office installed to use it. Can be downloaded separately. See this post
    Last edited by Sahir; February 27th, 2006 at 03:18 AM.

  7. #7
    Join Date
    Jul 2005
    Location
    Sydney, Australia
    Posts
    1,080

    Re: Anybody Aware of "AxMSChart20Lib"?

    Quote Originally Posted by Sahir
    You don't need to have Office installed to use it. Can be downloaded separately.
    Are you sure about that? I've had a look on MSDN and can't find place to download it or any mention that it is available separately.
    Tutorials: Home & Learn | Start VB.NET | Learn VB.NET | C# Station | GotDotNet | Games in VB.NET 101 Samples: 2002 | 2003 | 2005 | More .NET 2.0 (VB.NET, C#) Articles: VB.NET | C# | ASP.NET | MoreFree Components: WFC | XPCC | ElementsEx | VBPP | Mentalis | ADO.NET/MySQL | VisualStyles | Charting (NPlot, ZedGraph) | iTextSharp (PDF) | SDF (CF) ● Free Literature: VB 2005 (eBook) | VB6 to VB.NET (eBook) | MSDN Magazine (CHM format) ● Bookmarks: MSDN | WinForms .NET | ASP.NET | WinForms FAQ | WebForms FAQ | GotDotNet | Code Project | DevBuzz (CF) ● Code Converter: C#/VB.NET | VB.NET/C# | VS 2005 add-in

  8. #8
    Join Date
    Aug 2002
    Location
    Kerala
    Posts
    1,183

    Re: Anybody Aware of "AxMSChart20Lib"?

    Quote Originally Posted by jmcilhinney
    Are you sure about that? I've had a look on MSDN and can't find place to download it or any mention that it is available separately.
    Yes. Very much. I shall find the link and post it here.

  9. #9
    Join Date
    Aug 2002
    Location
    Kerala
    Posts
    1,183

  10. #10
    Join Date
    Feb 2005
    Location
    "The Capital"
    Posts
    5,306

    Re: Anybody Aware of "AxMSChart20Lib"?

    Infragistics chart controls were also good.. but I am not sure if its better that the ones that have been mentioned above as I have worked with this one only and not them. And I don't think it is for free. Regards.

  11. #11
    Join Date
    Jul 2005
    Location
    Sydney, Australia
    Posts
    1,080

    Re: Anybody Aware of "AxMSChart20Lib"?

    Cool. Thanks Sahir.
    Tutorials: Home & Learn | Start VB.NET | Learn VB.NET | C# Station | GotDotNet | Games in VB.NET 101 Samples: 2002 | 2003 | 2005 | More .NET 2.0 (VB.NET, C#) Articles: VB.NET | C# | ASP.NET | MoreFree Components: WFC | XPCC | ElementsEx | VBPP | Mentalis | ADO.NET/MySQL | VisualStyles | Charting (NPlot, ZedGraph) | iTextSharp (PDF) | SDF (CF) ● Free Literature: VB 2005 (eBook) | VB6 to VB.NET (eBook) | MSDN Magazine (CHM format) ● Bookmarks: MSDN | WinForms .NET | ASP.NET | WinForms FAQ | WebForms FAQ | GotDotNet | Code Project | DevBuzz (CF) ● Code Converter: C#/VB.NET | VB.NET/C# | VS 2005 add-in

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