Home / API Reference / StockSharp.Xaml.Charting.ChartModifiers MouseButtons StockSharp.Xaml.Charting.ChartModifiers Specifies the MouseButtons pressed at the time of a mouse operation Fields Left public const MouseButtons Left value = MouseButtons.Left The LEFT button was pressed Middle public const MouseButtons Middle value = MouseButtons.Middle The MIDDLE button was pressed None public const MouseButtons None value = MouseButtons.None No buttons were pressed Right public const MouseButtons Right value = MouseButtons.Right The RIGHT button was pressed