rotated label or annotation
Posted: Sun Nov 21, 2010 10:41 pm
Hello,
We have Java V1.830 and are drawing a Map chart which requires a custom y-axis label or two. In our VCL equivalent of this chart we use something similar to the following to draw the extra labels :-
graph_->Canvas->RotateLabel(graph_->Canvas->Font->Size, graph_->LeftAxis->CalcYPosValue(weekDays_.y) + graph_->Canvas->Font->Size, weekDays_.label, 90);
Is there any way with the Java version to write a rotated label ?
Regards,
Brett
We have Java V1.830 and are drawing a Map chart which requires a custom y-axis label or two. In our VCL equivalent of this chart we use something similar to the following to draw the extra labels :-
graph_->Canvas->RotateLabel(graph_->Canvas->Font->Size, graph_->LeftAxis->CalcYPosValue(weekDays_.y) + graph_->Canvas->Font->Size, weekDays_.label, 90);
Is there any way with the Java version to write a rotated label ?
Regards,
Brett