Series mark 'Clicked' does not test the angle of the mark.
Posted: Tue Jul 13, 2004 2:38 am
I have the following setup...
series->Marks->Visible = true;
series->Marks->Style = smsLegend;
series->Marks->ArrowLength = 15;
series->Marks->Angle = 90;
However, when testing the mouse pointer over the mark by calling...
series->Marks->Clicked(X, Y)
...I find that the function returns a valid index as though the angle was 0.
Is this a bug ?
Regards, David Peacock.
series->Marks->Visible = true;
series->Marks->Style = smsLegend;
series->Marks->ArrowLength = 15;
series->Marks->Angle = 90;
However, when testing the mouse pointer over the mark by calling...
series->Marks->Clicked(X, Y)
...I find that the function returns a valid index as though the angle was 0.
Is this a bug ?
Regards, David Peacock.