I'm using OxyPlot in my application. I want to change the color of the rectangle when marking an area for zooming.
I just used Controller to bind the left mouse button to zoom:
ChartController = new PlotController();
ChartController.BindMouseDown(OxyMouseButton.Left,PlotCommands.ZoomRectangle);