YAxis Property

The YAxis property returns or sets the Y axis to be used by the plot. Returns a String.

Syntax

object.YAxis

object.YAxis = YAxis

 

Parameter Type Description
YAxis String required, Y axis name

 

Example

This example shows how to change the Y axis used by the plot to Y Axis 2.

Line1.yAxis = "Y Axis 2"

 

Used by: AutoPlot object