I am using OxyPlot to plot some data. I want some mouse interaction with the plotted items.
I want to re-size the rectangles in RectangleBarSeries. Something like this.
I am unable to figure out the approach to proceed.
I have created a sample application that enable drag and dropping of rectangular I want to move the element when I click in center of rectangle item (as currently done). And want to re-size by clicking on corners as discussed in the code project link.
I have implemented the same like this.