Axis Position
Posted: Tue Feb 15, 2011 6:41 pm
Hi
I need to draw a chart to an axe position.
For example, when i set leftAxis.EndtPosition = 50, i need that the 50 value it will be in pixels not a percent value.
How can i do that?
Because, When i do this
leftAxis.StartPosition = 0;
leftAxis.EndtPosition = 50;
and my graph grow up, the end position always set in the midle of the axis.
Thanks in advance
I need to draw a chart to an axe position.
For example, when i set leftAxis.EndtPosition = 50, i need that the 50 value it will be in pixels not a percent value.
How can i do that?
Because, When i do this
leftAxis.StartPosition = 0;
leftAxis.EndtPosition = 50;
and my graph grow up, the end position always set in the midle of the axis.
Thanks in advance