Cant display Right Axis & Zoom animation
Posted: Wed Jul 07, 2010 3:19 am
Greetings,
1) I cannot display a right axis, I have tried setting it visible in TeeChart Editor, I have tried setting it to visible in VS2010 Properies window and I've tried setting it to visible in code ... I can turn on and off the left axis but I cant get a right axis.
Answered- I found if I set the axis to the series I can display it .. i.e. myCandle.VertAxis = VerticalAxis.Right;
How can I make the rigth axis the default axis for all series (like the left axis behaves).
2) I'd like to see how the animated zoom feature works .. however the example is not complete as it assumes you have already declared a variable ..
in Tutorial 11 - animated zooming What is "points1" a declared type of and is it populated with anything ... also is rectangle from system.drawing or is it a steema class ...
3) Can I display bitmaps on the chart at arbitrary locations .. i.e. financial marker images placed at random date and price values
Regards Phil.
1) I cannot display a right axis, I have tried setting it visible in TeeChart Editor, I have tried setting it to visible in VS2010 Properies window and I've tried setting it to visible in code ... I can turn on and off the left axis but I cant get a right axis.
Answered- I found if I set the axis to the series I can display it .. i.e. myCandle.VertAxis = VerticalAxis.Right;
How can I make the rigth axis the default axis for all series (like the left axis behaves).
2) I'd like to see how the animated zoom feature works .. however the example is not complete as it assumes you have already declared a variable ..
in Tutorial 11 - animated zooming What is "points1" a declared type of and is it populated with anything ... also is rectangle from system.drawing or is it a steema class ...
3) Can I display bitmaps on the chart at arbitrary locations .. i.e. financial marker images placed at random date and price values
Regards Phil.