Visit Gigasoft's Web Site
 ProEssentials v9 Help

ZoomWindowSubsetsToShow

Scope

Pego, Pesgo

Type

Property Array of type Int32

Default

empty

.NET

PePlot.ZoomWindow.SubsetsToShow

Ocx|Vcl

ZoomWindowSubsetsToShow

DLL

PEP_naZOOMWINDOWSUBSETSTOSHOW

 

Purpose

True or False if individual subsets should be visible in ZoomWindow. If this array is empty, all subsets display in Zoomwindow. This property array selects which subsets are visible within the ZoomWindow once chart is zoomed.

 

Comments

PePlot.ZoomWindow.SubsetsToShow members of Pego.PePlot.ZoomWindow, Pesgo.PePlot.ZoomWindow

 

You may need to empty this array in order to show all subsets. You can empty this property array and other property arrays as follows:

.NET: Pego1.PePlot.ZoomWindow.SubsetsToShow.Clear()

 

ActiveX: Pego1.ZoomWindowSubsetsToShow(-1) = 0

 

SDK/DLL: PEvset (hWndPE, PEP_naZOOMWINDOWSUBSETSTOSHOW, nArray, 0)