Object: PolarSystem
- Updated2024-09-12
- 1 minute(s) read
(ReportObjects | SelectedObjects) > Object: PolarSystem
Object: PolarSystem
The PolarAxisSystem object provides a polar axis system in DIAdem REPORT.
The following example generates a polar axis system with a curve:
| VBScript | Python |
Dim oMyPolarAxisSystem, oMyPosition, oMyCurve Call Data.Root.Clear() Call DataFileLoad(DataReadPath & "Report_Data.tdm","TDM","") Call Report.NewLayout() Set oMyPolarAxisSystem = Report.ActiveSheet.Objects.Add(eReportObjectPolarSystem,"MyPolarSystem") Set oMyPosition = oMyPolarAxisSystem.Position.ByCoordinate oMyPosition.X1 = 20 oMyPosition.Y1 = 20 oMyPosition.X2 = 80 oMyPosition.Y2 = 80 Set oMyCurve = oMyPolarAxisSystem.CurvesPolar.Add(ePolarShapeLine, "MyNewCurve") oMyCurve.Shape.XChannel.Reference= "[5]/[1]" oMyCurve.Shape.YChannel.Reference = "[5]/[2]" Call oMyCurve.Shape.Line.Color.SetPredefinedColor(eColorIndexBlue) Call Report.Refresh()
Properties
CurveLegend | CurvesPolar | Index | IsSelected | Name | ObjectType | Position | RadialAxis | Sectors | SelectedElements | Settings | TagStored | TagTemporary
Methods
ConvertPageXYPositionToAngle | ConvertPageXYPositionToLength | ConvertPolarCoordinateToPageXPosition | ConvertPolarCoordinateToPageYPosition | ExportToImage | Select | ShowPropertiesDlg | UpdateScaling
Returned From
PolarAxisSystemClickedWithKeyContext.AxisSystemPolar | PolarCurveDrawingContext.PolarSystem | PolarSystemDropContext.PolarSystem | ReportObjects.Add | ReportObjects.Copy | ReportObjects.Item | SelectedObjects.Item | ToolTipPolarContext.Polar