Visit Gigasoft's Web Site
 ProEssentials v9 Help

GraphBmpStyle

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

Type

Int32

Default

PEBS_NO_BMP (0)

.NET

PeColor.GraphBmpStyle

Ocx|Vcl

GraphBmpStyle

DLL

PEP_nGRAPHBMPSTYLE

 

Purpose

Controls how the bitmap defined by GraphBmpFilename is painted to the controls charting or axis area.

 

Individual axes can each have their own bitmap and/or gradient parameters by utilizing WorkingAxis.

 

.NET Gigasoft.Enums.

ActiveX and

 

BitmapStyle.

DLL Constants

Description

NoBmp

PEBS_NO_BMP (0)

No Bitmap

StretchBlt

PEBS_STRETCHBLT (1)

Compress or Stretch to fit

TiledBitBlt

PEBS_TILED_BITBLT (2)

Tiled Bitmap

BitBltTopLeft

PEBS_BITBLT_TOP_CENTER

Top Center Justified

BitBltTopCenter

PEBS_BITBLT_TOP_RIGHT

Top Right Justified

BitBltTopRight

PEBS_BITBLT_BOTTOM_LEFT

Bottom Left Justified

BitBltBottomLeft

PEBS_BITBLT_BOTTOM_CENTER

Bottom Center Justified

BitBltBottomCenter

PEBS_BITBLT_BOTTOM_RIGHT

Bottom Right Justified

BitBltBottomRight

PEBS_BITBLT_CENTER

Centered Horizontally and Vertically

 

VCL Enumerations:

Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).

eBitmapStyle = (xNoBmp, xStretchBlt, xTiledBlt, xBitBltTopLeft, xBitBltTopCenter, xBitBltTopRight, xBitBltBottomLeft, xBitBltBottomCenter, xBitBltBottomRight, xBitBltCenter);

 

Comments

PeColor.GraphBmpStyle members of Pego.PeColor, Pesgo.PeColor, Pe3do.PeColor, Pepso.PeColor, Pepco.PeColor

 

This property is only effective if BitmapGradientMode is TRUE, GraphBmpFilename is defined, and GraphBackColor is set to 1. For more information on background bitmaps and gradients, see commonly asked Question 36.

 

See Also: GraphBmpFilename, BitmapGradientMode, GraphBackColor, WorkingAxis.