![]() | DIAdem 2017 Help |
![]() | DIAdem 2018 Help |
![]() | DIAdem 2019 Help |
![]() | DIAdem 2020 Help |
![]() | DIAdem 2020 SP1 Help |
Specifies the properties of a polar axis system in DIAdem REPORT.
Set oPolarSettings = Object.Settings
Object | PolarSystem Object with this property |
oPolarSettings | PolarSettings Returned object |
The following example generates a polar axis system and assigns a yellow background color to the axis system:
Dim oMyPolarAxisSystem Call Report.NewLayout() Set oMyPolarAxisSystem = Report.ActiveSheet.Objects.Add(eReportObjectPolarSystem, "MyPolarAxisSystem") Call oMyPolarAxisSystem.Settings.BackgroundColor.SetPredefinedColor(eColorIndexYellow) Call Report.Refresh()
Helpful
Not Helpful