C# Class OxyPlot.Wpf.PlotView

Represents a control that displays a PlotModel.
显示文件 Open project: andreasjacobsen93/XamarinThirdpartySamples Class Usage Examples

Protected Methods

Method Description
OnManipulationCompleted ( ManipulationCompletedEventArgs e ) : void

Called when the E:System.Windows.UIElement.ManipulationCompleted event occurs.

OnManipulationDelta ( ManipulationDeltaEventArgs e ) : void

Called when the E:System.Windows.UIElement.ManipulationDelta event occurs.

OnManipulationStarted ( ManipulationStartedEventArgs e ) : void

Called when the E:System.Windows.UIElement.ManipulationStarted event occurs.

Method Details

OnManipulationCompleted() protected method

Called when the E:System.Windows.UIElement.ManipulationCompleted event occurs.
protected OnManipulationCompleted ( ManipulationCompletedEventArgs e ) : void
e ManipulationCompletedEventArgs The data for the event.
return void

OnManipulationDelta() protected method

Called when the E:System.Windows.UIElement.ManipulationDelta event occurs.
protected OnManipulationDelta ( ManipulationDeltaEventArgs e ) : void
e ManipulationDeltaEventArgs The data for the event.
return void

OnManipulationStarted() protected method

Called when the E:System.Windows.UIElement.ManipulationStarted event occurs.
protected OnManipulationStarted ( ManipulationStartedEventArgs e ) : void
e ManipulationStartedEventArgs The data for the event.
return void