What is the position relative to the axis that the circle is drawn?
Answer>> A circle with radius one and centered at axis (0,0) on the scatteredgraph.
Ideally, are you wanting the circle to not resize at all, or do you want it to resize, but for it to always be a perfect circle and for it not to become an oval?
Answer>> I dont mind if it gets resized, but should not loose its shape (keeping the constant aspect ratio.) not to become oval. I have attached the project file
If the latter, how should resizing the control influence the size of the circle?
Answer>> when I resize the form the graph should will resize (takes the clinetsize of the form, in appln I have attached). the data doesnt, so the relative position of
data on the graph changes and the it looses it circle shape.
Should the size of the circle be a ratio of the size of the control, but still be a perfect circle?
Answer>> The circle should maintain the circle shape , I dont mind if the axis bounds are changed.
What does this circle represent?
Answer>> represented by drawing the points connected by solid line in a UI.scatterplot object.
try to resize the form in the appln that I have attached, it looses it shape. I would like maintain the shape and keeping the same data. If the axis bounds are automatic i dont mind it if it varies from +/- 1 to +/- 1.2 .
Hope I am clear this time, thank u.
shiva