|
|
|
Sets how the data will be displayed on the XYZ graph axes (when GraphType = 3).
Syntax
FlpGrf.XYZType [ = value]
The XYZType property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
value |
A numeric expression specifying how the data will be displayed. |
Settings
|
Value |
Description | |
|
flpLineFromBottom |
0 |
Line |
|
flpSurface |
1 |
Surface graph |
|
flpNetMesh |
2 |
Net mesh graph |
|
flpUserDefSurface |
5 |
User defined surface graph |
|
flpUserDefNetMesh |
6 |
User defined mesh graph |
Remarks
The XYZ graph is a type of chart that has three scale dimensions. The columns assigned to the y2-axis becomes the height, to the x-axis is the depth, and to the y1-axis is the width. To create this graph you need to assign a column to the x-axis, y1-axis, and y2-axis. The ColumnType for the columns assigned to the y1-axis and y2-axis should be set to Area. The graph is displayed as a surface. The surface is created by averaging each point to the junction of a grid in which the size is set with the XYZGridSize property. The larger the XYZGridSize property, the finer the surface appears, however, because there are many more points to average, it takes longer to generate the graph.
A user defined XYZ graph (where XYZType is 5 or 6) is where every single point of data must be supplied. For user defined graphs, XYZGridSize is used to set the number of data points per row of data. See XYZGridSize for more information.
This is XYZType = 1

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