createDataMonitor Last update: 16.07.2025 abstract fun createDataMonitor(component: String, title: String, x: Int, y: Int): DataMonitor create a data monitor and associate it with a particular component Return a PHXCOMDataMonitor COM object representing the data monitor control Parameters component the name of the component under which to create this data monitor title the title of the new data monitor x the x coordinate (in model space) of the new data monitor y the y coordinate (in model space) of the new data monitor