![]() | DIAdem 2017 Help |
![]() | DIAdem 2018 Help |
![]() | DIAdem 2019 Help |
![]() | DIAdem 2020 Help |
![]() | DIAdem 2020 SP1 Help |
Opens the dialog box where you specify the properties of a polar axis system in DIAdem REPORT.
Object.ShowPropertiesDlg
Object | PolarSystem Object with this method |
The following example opens the Curve and Polar Definition dialog box:
Dim oMyObj Set oMyObj = Report.ActiveSheet.Objects.Add(eReportObjectPolarSystem,"MyPolarSystem") Call oMyObj.ShowPropertiesDlg()
Helpful
Not Helpful