this is my code
<Canvas Name="chartCanvas1" ClipToBounds="True" Background="Beige"> <Canvas.RenderTransform> <TransformGroup> <ScaleTransform ScaleY="-1" /> <TranslateTransform Y="355" /> </TransformGroup> </Canvas.RenderTransform> </Canvas> i need to bind the Y="355" to a value from the code behind class in runtime and convert the coordinate system to the natural coordinate system used in mathematics.
problem is i don't know how to do that. some one please help me out.
regards, rangana.