This question is locked. New answers and comments are not allowed.
Hello , I have the following problem :
I have a RadChart where the X axis is some time stamp for example - months , the Y axis is double value.
Let's say I have a point which X is 15.03.2012 , and Y is 50.
I want to create a line from the X to the point and from the Y to the point , I tried to add a CustomLine to the Annotations but I can't set the CustomLine's MinX to a DateTime , it requires double. How to manage my goal ? Thanks in advance for your assistance.
I have a RadChart where the X axis is some time stamp for example - months , the Y axis is double value.
Let's say I have a point which X is 15.03.2012 , and Y is 50.
I want to create a line from the X to the point and from the Y to the point , I tried to add a CustomLine to the Annotations but I can't set the CustomLine's MinX to a DateTime , it requires double. How to manage my goal ? Thanks in advance for your assistance.