I am using pane to draw Candle sticks (AddJapaneseCandleStick):
XAxis = AxisType.DateAsOrdinal;
Everything till this point works perfect.
Problem:
I would like to add another curve (simple linear graph) to the same pane Xaxis are dates as well and the values of YAxis are in the same ranges as the candle sticks The linear graph has less points than the candle stick graph, causing the linear graph not to draw correctly and appear in the beginning of the pane and not according to the points dates
(I do not have enough credits to upload the image.) Any ideas how can I overcome this problem?