Property: ZEnd for Cascade
- Updated2024-09-12
- 2 minute(s) read
DIAdem VIEW > Properties > Property: ZEnd for Cascade
Property: ZEnd for Cascade
Returns the end of the value range of the track axis of a cascade display in DIAdem VIEW.
Object.ZEnd
| Object | Cascade Object with this property |
| Object.ZEnd | Double with read access |
The following example outputs a message with the value ranges of the abscissa, the ordinate, and the track axis of a cascade display. The DisplayObj must be a Cascade type:
| VBScript | Python |
Dim oMyChart If View.ActiveSheet.ActiveArea.DisplayObjType = "Cascade" Then Set oMyChart = View.ActiveSheet.ActiveArea.DisplayObj Call LogfileWrite("XBegin: " & Str(oMyChart.XBegin) & vbCrLf & "XEnd: " & Str(oMyChart.XEnd) & vbCrLf &_ "YBegin: " & Str(oMyChart.YBegin) & vbCrLf & "YEnd: " & Str(oMyChart.YEnd)) & vbCrLf &_ "ZBegin: " & Str(oMyChart.ZBegin) & vbCrLf & "ZEnd: " & Str(oMyChart.ZEnd)) Else Call MsgBoxDisp("No Cascade area") End If
See Also
Examples
Alignment Functions in DIAdem VIEW | Automatic Display of Harmonic Frequencies | Bird's Eye View Display | Calculating a Tangent to a Curve | Contour Display in DIAdem VIEW | Creating and Viewing Long Data Channels | Dynamic Display of Statistical Characteristic Values in DIAdem VIEW | Overlaying Objects in Videos | Planetary Motion | Synchronizing Videos and Data | Synchronizing Videos and Waveform Data | User Dialog Box in VIEW for the Calculation of the FFT and Harmonic Frequencies | Using a User Command to Calculate the Difference between the Y-Values | Various Display Modes in DIAdem VIEW | Vibration Data Analysis with Parallel Processing | Viewing and Automatically Analyzing Data