I am encountering an issue with a chart object in my code. Despite being able to access the properties using this.chart.ref
, I cannot see the 'chartHeight' property in my IDE.
https://i.sstatic.net/3VLjm.png
Interestingly, when checking the developer console, I can actually see this property along with its integer value.
https://i.sstatic.net/tuCTw.png
How can I transfer this property from the developer console into my IDE for easy use?