Pascal to C++

Good morning


In the AdvChart manual I read
AdvChartView.Panes[0].Series[0].AddSinglePoint(RandomRange(0, 50));

I need to do the same in C Builder.
I try to type PlannedRSSIAdvCV->Panes[0]. but the Series member does not exist.
How to translate the expression in C

???

Thank You

Pietro

Did you try  

AdvChartView->Panes->Items[0]->Series->Items[0]->AddSinglePoint(RandomRange(0, 50));