Table of Contents

Class PlotMouseManipulator

Namespace
The.WPF.Screens.Stats.OxyPlot
Assembly
Instagile.WPF.dll
public class PlotMouseManipulator : MouseManipulator
Inheritance
ManipulatorBase<OxyMouseEventArgs>
PlotManipulator<OxyMouseEventArgs>
MouseManipulator
PlotMouseManipulator
Inherited Members
MouseManipulator.StartPosition
PlotManipulator<OxyMouseEventArgs>.AssignAxes(ScreenPoint)
PlotManipulator<OxyMouseEventArgs>.PlotView
PlotManipulator<OxyMouseEventArgs>.AxisPreference
PlotManipulator<OxyMouseEventArgs>.XAxis
PlotManipulator<OxyMouseEventArgs>.YAxis
ManipulatorBase<OxyMouseEventArgs>.Completed(OxyMouseEventArgs)
ManipulatorBase<OxyMouseEventArgs>.Delta(OxyMouseEventArgs)
ManipulatorBase<OxyMouseEventArgs>.View

Constructors

PlotMouseManipulator(IPlotView, Action<string?>)

public PlotMouseManipulator(IPlotView view, Action<string?> mouseDownAction)

Parameters

view IPlotView
mouseDownAction Action<string>

Methods

Started(OxyMouseEventArgs)

Occurs when an input device begins a manipulation on the plot.

public override void Started(OxyMouseEventArgs e)

Parameters

e OxyMouseEventArgs

The OxyPlot.OxyInputEventArgs instance containing the event data.