property Chart.InsideZooms as InsideZooms
Retrieves the collection of inside zoom dates.

TypeDescription
InsideZooms An InsideZooms object that holds a collection of the InsideZoom objects. 
The InsideZooms property retrieves the control's InsideZooms collection. Use the Add method to add programmatically new inside zoom units. The Add method returns nothing, if the AllowInsideZoom property is False ( by default ). The control fires the InsideZoom event once a new inside zoom unit is added. The DefaultInsideZoomFormat retrieves an InsideZoomFormat object that customizes the dates being magnified.