Pascal to C++

Good morning 


In the Advchart manual I read

AdvChartView.Panes[0].Series[0].AddSinglePoint(RandomRange(0, 50));

I need to translate in C++
AdvChartView->Panes[0]. I don t find the member Series.
How to translate in C++ ?
Pietro