C# Класс OxyPlot.Wpf.PlotView

Represents a control that displays a PlotModel.
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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