TChartAxis location in pixels
Posted: Wed Nov 07, 2007 5:28 pm
Hi,
I need a way to know the exact position of the begin and end of one
TChartAxis. In the case of the BottomAxis, It is not always possible to
get it from this sentence:
int xBegin = chart->BottomAxis->CalcPosValue(chart->BottomAxis->Minimum)
because there are cases in which that would be incorrect, like in the
case of a TBarSeries in the chart.
Is there any method I can use?
Thanks in advance.
I need a way to know the exact position of the begin and end of one
TChartAxis. In the case of the BottomAxis, It is not always possible to
get it from this sentence:
int xBegin = chart->BottomAxis->CalcPosValue(chart->BottomAxis->Minimum)
because there are cases in which that would be incorrect, like in the
case of a TBarSeries in the chart.
Is there any method I can use?
Thanks in advance.