The max and min and other scaling properties are on the Axis sub-object of the slide. So, if CwSlide1 is your CWSlide object, you could do the following to set the range to [-10, 10].
CWSlide1.Axis.Minimum = -10
CWSlide1.Axis.Maximum = 10
David Rohacek
National Instruments