Visit Gigasoft's Web Site
 ProEssentials v9 Help

AreaGradientBoundary

Scope

Pego, Pesgo

Type

Enum/Int32

Default

0

.NET

PePlot.Option.AreaGradientBoundary

Ocx|Vcl

AreaGradientBoundary

DLL

PEP_nAREAGRADIENTBOUNDARY

 

Purpose

This property controls gradient boundary style for all subsets plotted in area PlottingMethod. If AreaGradientStyle is used to add a gradient, this property controls the extents of the underlying gradient graphic. If set to Axis, the gradient is applied to the axis, and the subset graphic is the clipped viewport of such gradient. If set to Data, the bounding box holding subset data coordinates is used for underlying gradient graphic.

 

 

.NET Gigasoft.Enums.

ActiveX and

 

GradientBoundary.

DLL Constants

Description

Data

PEGB_DATA (0)

Gradient extents are limited to data coordinates.

Axis

PEGB_AXIS (1)

Gradient extents are limited to axis containing data coordinates.

 

Comments

PePlot.Option.AreaGradientBoundary members of Pego.PePlot.Option, Pesgo.PePlot.Option

 

See Also: AreaGradientStyle, SubsetGradientStyle, PlottingMethod