Hi,
Can we use another kind of 3D chart to have same results as with Tower 3D Chart but using ToolTips?
Search found 3 matches
- Fri Jul 18, 2008 12:51 pm
- Forum: ActiveX
- Topic: Tool Tips doesn't work in Tower 3D Charts
- Replies: 3
- Views: 4806
- Wed Jul 16, 2008 9:18 am
- Forum: ActiveX
- Topic: Tool Tips doesn't work in Tower 3D Charts
- Replies: 3
- Views: 4806
Tool Tips doesn't work in Tower 3D Charts
Hi, we're developing a VC++ application in which we have to show several graphics. One of them is using TeeChart's tower 3D display mode. The problem that we have is that this visualization doesn't show any tooltip (the event doesn't even fires). We've used tooltips in other graphics without major p...
- Thu Jul 19, 2007 9:33 am
- Forum: ActiveX
- Topic: Error showing unicode strings (Chinese) in Headers URGENT!!!
- Replies: 1
- Views: 4378
Error showing unicode strings (Chinese) in Headers URGENT!!!
Hi, I´m trying to show chinese strings in chart Headers and i only obtain question marks. Example: CString strTitle1 = _T("산자"); COleVariant varTitle1(strTitle1); m_Chart1.GetHeader().GetText().Add(varTitle1); The result is the next string: ?? I'm already using TeeChartAX7MultiLangUnicode. This prob...