|
|
Assigns the current column to an axis.
Syntax
FlpGrf.ColumnAxis [ = value]
The ColumnAxis property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
value |
An integer expression setting the axis number that the column will be assigned. |
Remarks
Assigns a column to an axis. The x-axis is axis number 0, left y-axis is axis number 1, and the right y-axis (or z-axis for XYZ graph type) is axis number 2.
FlpGrf1.ColumnAxis = 1
FlpGrf1.ColumnAxis = 2

See Also
![]() |
Last modified on: Friday, August 16, 2002