Visit Gigasoft's Web Site
 ProEssentials v9 Help

ZoomWindowPlottingMethods

Scope

Pego, Pesgo

Type

Property Array of type Int32

Default

empty

.NET

PePlot.ZoomWindow.PlottingMethods

Ocx|Vcl

ZoomWindowPlottingMethods

DLL

PEP_naZOOMWINDOWPLOTTINGMETHODS

 

Purpose

Controls the plotting style of individual subsets within the zoom window when chart is in zoomed state. If empty, the default, subsets are plotted in their original plotting method as shown in primary charting area.

The following constants apply to this property:

 

.NET Gigasoft.Enums.

ActiveX and

 

ZoomWindowPlottingMethods.

DLL Constants

Description

Line

PEZPM_LINE(0)

Plot subset in Line PlottingMethod.

Area

PEZPM_AREA(1)

Plot subset in Area PlottingMethod.

Original

PEZPM_ORIGINAL(2)

Plot subset in its original style.


Comments

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

 

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

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

 

ActiveX: Pego1.ZoomWindowPlottingMethods(-1) = 0

 

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