Search found 3 matches
- Thu Mar 17, 2005 5:51 pm
- Forum: VCL
- Topic: Problems building with 7.0.4. Tannotation tool, Left and Top
- Replies: 4
- Views: 8201
Problems building with 7.0.4. Tannotation tool, Left and Top
I just upgraded to Teechart 704 (I'm using it with BCB6). I get the following errors upon building my project. [C++ Error] TeeTools.hpp(894): E2272 Identifier expected [C++ Error] TeeTools.hpp(895): E2272 Identifier expected Lines 894 and 895 are: __property int Left = {read=GetLeft, write=SetLeft, ...
- Thu Mar 17, 2005 5:46 pm
- Forum: VCL
- Topic: bcb6 703 TNearestTool::GetNearest not found.
- Replies: 2
- Views: 5321
bcb6 703 TNearestTool::GetNearest not found.
I'm using C++ builder 6 with teechart 7.0.3. (I will upgrade to 7.0.4 later today.) I'm trying to use the TNearestTool::GetNearestPoint method, and the compiler gives me the following error: [C++ Error] unit2.cpp(6326): E2285 Could not find a match for 'TNearestTool::GetNearestPoint(TChartSeries *,i...
- Wed Feb 09, 2005 10:13 pm
- Forum: VCL
- Topic: scale problem on bottom axis (overlap)
- Replies: 21
- Views: 36321
bad axis label choice...
Here is a routine that should help with the axis values (C++ code)... ChartCartesianAfterDraw is the Event Handler function for OnChartAfterDraw. void __fastcall TGraphForm::ChartCartesianAfterDraw(TObject *Sender) { CheckAxis(Chart1->BottomAxis); CheckAxis(Chart1->LeftAxis); } void TGraphForm::Chec...