Visit Gigasoft's Web Site
 ProEssentials v9 Help

AreaStackedGradientBoundary

Scope

Pego, Pesgo

Type

Enum/Int32

Default

0

.NET

PePlot.Option.AreaStackedGradientBoundary

Ocx|Vcl

AreaStackedGradientBoundary

DLL

PEP_nAREASTACKEDGRADIENTBOUNDARY

 

Purpose

This property controls gradient boundary style for all subsets plotted in area-stacked PlottingMethod. If AreaStackedGradientStyle 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.AreaStackedGradientBoundary members of Pego.PePlot.Option, Pesgo.PePlot.Option

 

See Also: AreaStackedGradientStyle, SubsetGradientStyle, PlottingMethod