I am just starting out in c++ and have found a CLR chart control through visual studio.
Project->Add New Item->User Control (Under UI)->Chart (Under Data)
I know in Excel these types of charts are limited to 32,000 points. I am wondering if I create my own native app am I still going to be restrcited by this limitation? Is this limitation enforced by Excel or the Chart itself?
Without knowing who makes the particular chart control you’re asking about, no one can tell you what its limits are. I don’t think there’s any Chart control that comes with Visual Studio, most likely you’re seeing an ActiveX control installed by some other piece of software on your computer.