I want to get the first object as given in the image- image
But the array length is showing zero. But when I run typeof it shows object. It is an array of object or something else? This is the code to get the first object
(this.trendChart.yAxis[0]['series'])[0]
EDIT
I want the first object from series array -
EDIT
On using (this.trendChart.yAxis[0]['series']) i'm getting the value as shown in first image.