Object: Contour
- Updated2024-09-12
- 2 minute(s) read
(Area | Areas | BirdsEyeView | Bode | Cascade | ChannelTable | Contour | CurveChart2D | Dialog | DisplayObj | Map | Orbit | Picture | Polar | ShaftCenterline | Sheet | TextBox | Video) > Area > Object: Contour
Object: Contour
The Contour object provides a contour display in DIAdem VIEW. Use the Contour object to display a contour and isolines and to define the display.
The following example creates a contour display:
| VBScript | Python |
Dim oMySheet, oMyChart, oMyCurve Call Data.Root.Clear() Call DataFileLoad(ProgramDrv & "Examples/Data/View_Contour.tdm") Call View.NewLayout() Set oMySheet = View.ActiveSheet oMySheet.ActiveArea.DisplayObjType = "Contour" Set oMyChart = oMySheet.ActiveArea.DisplayObj Set oMyCurve = oMyChart.CurvesContour.AddContour("[1]/[1]","[1]/[2]","[1]/[3]") oMyCurve.ColoringType = "Gradient" oMyCurve.Structure = "Triplet"
Properties
Abscissa | Area | AxisLabeling | CreateCuttingEdge | CurvesContour | DateTimeRepresentation | DisplayColorLegend | DoubleBuffered | Height | LegendItems | LegendWidth | Ordinate | ShowDynamicIsoline | ToolbarVisible | XAxisMargin | XAxisMarginMode | XBegin | XEnd | YAxisMargin | YAxisMarginMode | YBegin | YEnd | ZoomCursor
Methods
See Also
Procedures
Block Operations in Channel Tables | Changing a Table Display | Configuring a Map Display | Configuring a Text Box Display | Creating Areas | Cutting, Copying, and Pasting Data Blocks into Channel Tables | Deleting Channel Table Columns | Deleting Curve Sections and Interpolating over Specified Points | Displaying 2D Axis Systems with Several Y-Axes | Displaying All Channels in One Channel Table | Displaying Images in DIAdem VIEW | Displaying Properties in the Legend of a Curve | Displaying the Curve Coordinates | Displaying Videos and Data Synchronously | Finding Values in Channel Tables | Generating and Formatting Text | Interpolating Curve Points | Moving or Copying Areas | Partitioning Worksheets | Setting the Leading Curve | Transferring VIEW Layouts to DIAdem REPORT | Viewing Data as Curves | Zooming and Scrolling Curve Areas
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