Search found 2 matches
- Wed Oct 22, 2008 6:17 am
- Forum: .NET
- Topic: Compile Error When Trying To SetStyle For scPoint Series
- Replies: 1
- Views: 1491
Just A Missing Include File...
Oh, well, I was just missing the pointseries.h include and also needed to add pointseries.h and pointseries.cpp to my project...
- Wed Oct 22, 2008 5:19 am
- Forum: .NET
- Topic: Compile Error When Trying To SetStyle For scPoint Series
- Replies: 1
- Views: 1491
Compile Error When Trying To SetStyle For scPoint Series
Hi, I am using Tee Chart Pro V8 ActiveX Control in native C++ VS 2005. I am trying to change the symbol displayed in a Point Series with no success. The following lines get the compiler error below.. m_chart.AddSeries(scPoint); m_chart.Series(i).GetAsPoint().GetPointer().SetStyle(psCircle); error C2...