ShapeStyles.Line to Point Outwards Around a Circle
Posted: Wed Jan 26, 2011 9:55 am
Using:
Steema.TeeChart.Styles.ShapeStyles.Line;
Could you please show me how to orientate around a circle:
Say 4 series pointing outwards with the following (conventional) coordinates:
(x0,y0) (x1,y1)
45 % (0,0) ( 1, 1)
135% (0,0) (-1,1)
225% (0,0) (-1,-1), and,
315% (0,0) ( 1,-1)
I have spent several hours on this. The behaviour of the underlying methid seems to change with the orientation and so I cannot get a consistent result.
Steema.TeeChart.Styles.ShapeStyles.Line;
Could you please show me how to orientate around a circle:
Say 4 series pointing outwards with the following (conventional) coordinates:
(x0,y0) (x1,y1)
45 % (0,0) ( 1, 1)
135% (0,0) (-1,1)
225% (0,0) (-1,-1), and,
315% (0,0) ( 1,-1)
I have spent several hours on this. The behaviour of the underlying methid seems to change with the orientation and so I cannot get a consistent result.