property TimeScales.Item (Index as Variant) as TimeScale
Returns a specific TimeScale of the TimeScales collection.

TypeDescription
Index as Variant A long expression that specifies the index of the time scale to be accessed, or a string expression that indicates the time-zone of the time scale to be accessed. 
TimeScale A TimeScale object associated with giving index or time-zone, or empty/nothing/NULL if no object is associated.
The Item property accesses the time scale object its time zone or its index.  The Count property indicates the number of time scales in the control. The Remove method removes a time scale giving its time zone or its index. The Clear method removes all time-scales from the control. The Visible property shows or hides the time scale. The Position property changes the position of the time scale from left to right. The TimeZone property can be used to programmatically update the time zone. The Index property defines the index of the time scale in the TimeScales collection. The TimeScaleFromPoint method gets the TimeScale object from the cursor. The for each statement is supported by the TimeScales collection, so the TimeScales collection can be enumerated using a sample like  for each ts in TimeScales