C# Class Microsoft.R.Components.Plots.Implementation.Commands.PlotHistoryZoomOutCommand

Inheritance: PlotHistoryCommand, IAsyncCommand
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
InvokeAsync ( ) : Task
PlotHistoryZoomOutCommand ( IRInteractiveWorkflow interactiveWorkflow, IRPlotHistoryVisualComponent visualComponent ) : System.Threading.Tasks

Method Details

InvokeAsync() public méthode

public InvokeAsync ( ) : Task
Résultat Task

PlotHistoryZoomOutCommand() public méthode

public PlotHistoryZoomOutCommand ( IRInteractiveWorkflow interactiveWorkflow, IRPlotHistoryVisualComponent visualComponent ) : System.Threading.Tasks
interactiveWorkflow IRInteractiveWorkflow
visualComponent IRPlotHistoryVisualComponent
Résultat System.Threading.Tasks