Search found 1 match

by moeri
Tue Sep 18, 2007 2:08 pm
Forum: ActiveX
Topic: GetAxis().GetBottom().GetLabels().GetItem(0)
Replies: 1
Views: 3027

GetAxis().GetBottom().GetLabels().GetItem(0)

I want to read current BottomLabel items and save it into my CString variables. I use VC++. m_ctlChart[/img].GetAxis().GetBottom().GetLabels().GetItem(0); m_ctlChart[/img].GetAxis().GetBottom().GetLabels().GetItem(1); Is it right? My chart has some labels in bottom axis. But my code can NOT find the...