Under the Interaction property you set Enabled to true. Then use the Actions collection to set which axes and buttons are used for panning. Here panning is called "Translate". (zooming is just "Zoom"). In code this would look like C1Chart1.Interaction.Enabled = True C1Chart1.Interaction...