AcManager.Controls.OxyPlotGraphViewer.CustomController.CustomController C# (CSharp) Method

CustomController() public method

public CustomController ( ) : System
return System
            public CustomController() {
                this.BindMouseDown(OxyMouseButton.Left, PlotCommands.Track);
                this.BindMouseDown(OxyMouseButton.Left, OxyModifierKeys.Shift, PlotCommands.PointsOnlyTrack);
            }
        }
OxyPlotGraphViewer.CustomController