Visit Gigasoft's Web Site
 ProEssentials v9 Help

BarGradientBoundary

Scope

Pego, Pesgo

Type

Enum/Int32

Default

0

.NET

PePlot.Option.BarGradientBoundary

Ocx|Vcl

BarGradientBoundary

DLL

PEP_nBARGRADIENTBOUNDARY

 

Purpose

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

 

See Also: BarGradientStyle, SubsetGradientStyle, PlottingMethod