Y1Col Property
The Y1Col property returns or sets the first Y data column to be used in a floating bar chart. Returns a Long.
Syntax
object.Y1Col
object.Y1Col = Y1Col
Parameter | Type | Description |
Y1Col | Long | required, second column containing numerical data, column A equals 1 |
Remarks
Assign -1 to Y1Col when plotting the data according to the Row number. Assign 0 to Y1Col when plotting the data according to the Sequence number (i.e. total number of rows used).
Example
This example shows how to set the first Y column for a floating bar chart.
Floating1.Y1Col = 3
Used by: AutoFloatingBar object