GetAxis().GetBottom().GetLabels().GetItem(0)
Posted: Tue Sep 18, 2007 2:08 pm
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 label item.
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 label item.