Sets the mousebutton to use for the zoom action.
public MouseButtons MouseButton {get; set;}

Remarks


Default: Left

Sets the mousebutton to use to enable the zoom action. Note that Scroll action uses the right (Right) mousebutton as default.

Example


[C#]

tChart1.Zoom.MouseButton = MouseButtons.Right;


See Also

Zoom Class | Zoom Members | Steema.TeeChart Namespace