Property: LabelAtBegin for 2DCurve
- Updated2024-09-12
- 2 minute(s) read
DIAdem VIEW > Properties > Property: LabelAtBegin for 2DCurve
Property: LabelAtBegin for 2DCurve
Specifies whether DIAdem labels a curve in a 2D axis system in DIAdem VIEW at the curve beginning.
You must assign the value eVIEWLabelRepetitionLength to the property LabelRepetitionMode so that DIAdem includes the property LabelAtBegin.
Object.LabelAtBegin
Object | 2DCurve Object with this property |
Object.LabelAtBegin | Boolean with read and write access |
The following example creates a 2D axis system with a labeled curve. The following example also labels the curve at the curve beginning and at the curve end:
VBScript | Python |
Dim oCurveObj, oMyDisplayObj View.Sheets(1).Areas(1).DisplayObjType = "CurveChart2D" Set oMyDisplayObj = View.Sheets(1).Areas(1).DisplayObj Set oCurveObj = oMyDisplayObj.Curves2D.Add("[1]/[1]","[1]/[2]") oCurveObj.LabelMode = eVIEWLabelModeChannel oCurveObj.LabelChannelNumber = 3 oCurveObj.LabelChannelOrientation = "automatic" oCurveObj.LabelRepetitionMode = eVIEWLabelRepetitionLength oCurveObj.LabelIntervalLength = 23 oCurveObj.LabelAtBegin = TRUE oCurveObj.LabelAtEnd = TRUE
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