I want to overlay another control on top of my CNiGraph control,
so that it is the same width as the plot area window.
This is all well and good. When I draw my controls up at design time
everything lines up nicely.
However later on when its running, a Y-axis label on my graph changes,
which causes the width of the plot area to change, thus putting my
overlaid control out of alignment.
Is there any way to get the width of the plot area of the control, either
as absolute coords or as relative coords or any way of getting the width
of the labels?
TIA
Paul