ExecuteOn
StockSharp.Xaml.Charting.ChartModifiers
Defines constants for when a ChartModifierBase operation occurs
Fields
MouseDoubleClick
public const ExecuteOn MouseDoubleClick
value = ExecuteOn.MouseDoubleClick
Execute on MouseDoubleClick
MouseLeftButton
public const ExecuteOn MouseLeftButton
value = ExecuteOn.MouseLeftButton
Execute on MouseRightButton
MouseMiddleButton
public const ExecuteOn MouseMiddleButton
value = ExecuteOn.MouseMiddleButton
Execute on MouseRightButton
MouseRightButton
public const ExecuteOn MouseRightButton
value = ExecuteOn.MouseRightButton
Execute on MouseRightButton
MouseRightButtonUp
public const ExecuteOn MouseRightButtonUp
value = ExecuteOn.MouseRightButtonUp
Execute on MouseRightButtonUp