C# 클래스 OxyPlot.Wpf.PlotView

Represents a control that displays a PlotModel.
파일 보기 프로젝트 열기: andreasjacobsen93/XamarinThirdpartySamples 1 사용 예제들

보호된 메소드들

메소드 설명
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.

메소드 상세

OnManipulationCompleted() 보호된 메소드

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

OnManipulationDelta() 보호된 메소드

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

OnManipulationStarted() 보호된 메소드

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