To use interaction features, such as zooming, panning, and scaling, with a second y-axis, you should set the appropriate Axis property, for example:
C1Chart1.Interaction.Actions("Zoom").Axis = AxisFlagEnum.AxesAll
•C#
c1Chart1.Interaction.Actions["Zoom"].Axis = AxisFlagEnum.AxesAll;