Is there a function in DateTimeAxis that given some Date object will return me the Point(x,y) on the chart ?
I just have a LineSeries with DateTimeAxis and it displays fine and also some custom series that giving Date object to mapCache and transformCache I get the pixel values. But the problem is that they are not aligned using the same Date. Something in the process of Date -> Point in my custom series makes it couple of pixels off, so I'm trying to realign them.

