Search found 2 matches
- Sat Feb 19, 2005 2:28 am
- Forum: ActiveX
- Topic: Area series problem in Log scale
- Replies: 2
- Views: 4771
Area series problem in Log scale
I have drawn an area series with log scale on a chart, then unknown line appears on the chart. Just for my information, the unknown line appears or not when size the chart. There is a sampe code below. Thanks. //Sample code const int nValueCount = 21; struct XY_VALUE { double m_lfX; double m_lfY; XY...
- Mon Jan 26, 2004 2:12 am
- Forum: ActiveX
- Topic: Multilanguage and Handles...
- Replies: 1
- Views: 6500
Multilanguage and Handles...
Language : VC++ TeeChart Ver. : 6.0.0.4 It's my pleasure to contact with you. I have two questions. 1. How do I express a handles when any object(annotation, legend, etc) is selected? A handles is composed of four points on the corner of any object. 2. How do I set multi language in my project. Than...