I do realized different objects ( ChartBars / ChartControl) might defined them differently, but how specifically?
// They don't always print out the same thing Print(ChartControl.BarsArray[0].Properties.Instrument); Print(ChartBars.Properties.Instrument);
More Context :
I am confused because the documentation uses them interchangeably, for example, under ChartControl there is:

Comment