TPolarSeries strange behaviour
Posted: Thu Nov 29, 2012 9:49 am
Good day,
I am trying to use a TPolarSeries and I get strange results.
For example, the following code, which should plot a circle, plots only a dot in the middle of the plot.
Series1->GetVertAxis->Automatic = 1;
Series1->GetHorizAxis->Automatic = 1;
Series1->Circled = 1;
for(int i = 0; i < 360; i+=5)
Series1->AddPolar(i, 10, "", clRed);
if I pan by pressing the right mouse button when I drag the plot, then I can get it to display the circle.
Please advise, or provide example code which works.
thanks in advance
I am trying to use a TPolarSeries and I get strange results.
For example, the following code, which should plot a circle, plots only a dot in the middle of the plot.
Series1->GetVertAxis->Automatic = 1;
Series1->GetHorizAxis->Automatic = 1;
Series1->Circled = 1;
for(int i = 0; i < 360; i+=5)
Series1->AddPolar(i, 10, "", clRed);
if I pan by pressing the right mouse button when I drag the plot, then I can get it to display the circle.
Please advise, or provide example code which works.
thanks in advance