Defining text labes in GuageSeries
Posted: Mon Jan 11, 2010 1:06 pm
When using XY type seies as line it is possible to define your own labels by something like:
m_Chart.GetAxis().GetBottom().GetLabels().Clear();
m_Chart.GetAxis().GetBottom().GetLabels().Add(1.0,"A");
m_Chart.GetAxis().GetBottom().GetLabels().Add(2.0,"B");
Is there a way to do something similar when using GaugeSeries?
Thanks,
yvb
m_Chart.GetAxis().GetBottom().GetLabels().Clear();
m_Chart.GetAxis().GetBottom().GetLabels().Add(1.0,"A");
m_Chart.GetAxis().GetBottom().GetLabels().Add(2.0,"B");
Is there a way to do something similar when using GaugeSeries?
Thanks,
yvb