Property: LabelColor for ShaftCenterlineCurve
- Updated2024-09-12
- 2 minute(s) read
DIAdem VIEW > Properties > Property: LabelColor for ShaftCenterlineCurve
Property: LabelColor for ShaftCenterlineCurve
Specifies the color of the curve label in a shaft centerline axis system in DIAdem VIEW.
DIAdem only includes the property LabelColor if the property LabelColorAuto has the value FALSE.
Object.LabelColor
Object | ShaftCenterlineCurve Object with this property |
Object.LabelColor | String with read and write access |
The following example creates a shaft centerline axis system with blue labels on a curve:
VBScript | Python |
Dim oCurveObj, oMyDisplayObj View.Sheets(1).Areas(1).DisplayObjType = "ShaftCenterline" Set oMyDisplayObj = View.Sheets(1).Areas(1).DisplayObj Set oCurveObj = oMyDisplayObj.CurvesShaftCenterline.Add("[1]/[1]","[1]/[2]") oCurveObj.LabelMode = eVIEWLabelModeChannel oCurveObj.LabelChannelNumber = 3 oCurveObj.LabelChannelOrientation = "automatic" oCurveObj.LabelRepetitionMode = eVIEWLabelRepetitionNthPoint oCurveObj.LabelIntervalPoints = 50 oCurveObj.LabelColorAuto = FALSE oCurveObj.LabelColor = "blue"
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