Object: 2DCurve
- Updated2024-09-12
- 1 minute(s) read
(2DAxisSystem | Collections) > 2DCurves > Object: 2DCurve
Object: 2DCurve
The 2DCurve object provides a curve in a 2D axis system in DIAdem REPORT.
The following example generates a 2D axis system with a curve:
| VBScript | Python |
Dim oMy2DAxisSystem, oMyPos, oMy2DCurve Call Report.NewLayout() Set oMy2DAxisSystem = Report.ActiveSheet.Objects.Add(eReportObject2DAxisSystem, "My2DAxisSystem") Set oMyPos = oMy2DAxisSystem.Position.ByCoordinate oMyPos.X1 = 20 oMyPos.X2 = 80 oMyPos.Y1 = 20 oMyPos.Y2 = 80 Set oMy2DCurve = oMy2DaxisSystem.Curves2D.Add(e2DShapeLine, "MyNew2DCurve") oMy2DCurve.Shape.XChannel.Reference = "[1]/[1]" oMy2DCurve.Shape.YChannel.Reference = "[1]/[2]" Call oMy2DCurve.Shape.Settings.Line.Color.SetPredefinedColor(eColorIndexBlue) Call Report.Refresh()
Properties
Enable | Index | LegendIconType | Name | OnCurveTransformation | RelatedLegendText | Shape | ShapeType | TagStored | TagTemporary | VisibleInLegend | YAxisReference
Methods
Returned From
2DCurves.Add | 2DCurves.ChangeShape | 2DCurves.Copy | 2DCurves.Item | D2CurveTransformingContext.Curve