Example: Scaling

Private Sub ScaleOnFirstLine() ' Select the first line. ' Note that the line numbering is 1 based, not 0 based. Trend1.YAxis.ScalingLine = 1 ' Scale all the lines based on a single line's range. Trend1.YAxis.ScalingOption = rstLineScale End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal