Y2Col Property [FloatingBarChart]

The Y2Col property returns or sets the second Y data column to be used in a floating bar chart. Returns a Long.

Syntax

object.Y2Col

object.Y2Col = Y2Col

 

Parameter Type Description
Y2Col Long required, third column containing numerical data, column A equals 1

 

Remarks

Assign -1 to Y2Col when plotting the data according to the Row number. Assign 0 to Y2Col when plotting the data according to the Sequence number (i.e. total number of rows used).

Example

This example shows how to set the second Y column for a floating bar chart.

Floating1.Y2Col = 4

 

Used by: AutoFloatingBar object