Visit Gigasoft's Web Site
 ProEssentials v10 Help

Gigasoft.ProEssentials.Pepco.PeColor Members

BitmapGradientMode

This property enables background bitmaps and gradients implemented with one or more: QuickStyle, DeskGradientStyle, DeskBmpStyle, GraphGradientStyle, GraphBmpStyle, TableGradientStyle, and TableBmpStyle. This property should also be set before setting QuickStyle.

Desk

This property defines the color used as the background color on which the control is placed.

DeskBmpFilename

This property identifies a file name or resource ID for a background bitmap to be placed onto the desk area of the control. If you want to use your own bitmap, then use this property to identify your filename. You can include a path with your filename if needed.

DeskBmpOpacity

Controls the translucency of the bitmap defined by DeskBmpFilename. Set to a value of 0 to 100 percent.

DeskBmpStyle

Controls how the bitmap defined by DeskBmpFilename is painted to the controls desk area. VCL Enumerations: Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).

DeskGradientEnd

This property defines the end RGB color for a background gradient placed onto the controls desk area. The gradients style is defined with DeskGradientStyle and start color with DeskGradientStart.

DeskGradientStart

This property defines the start RGB color for a background gradient placed onto the controls desk area. The gradients style is defined with DeskGradientStyle and end color with DeskGradientEnd.

DeskGradientStyle

Controls how a background gradient is applied to the controls desk area. Start and end RGB colors are defined with DeskGradientStart and DeskGradientEnd. Most of these styles look best with the start color set to white, especially the radial styles.

GraphBackground

This property identifies the color used as the background color for the objects graphing area.

GraphBmpFilename

This property identifies a file name or resource ID for a background bitmap to be placed onto the graphs charting or axis area. For .NET developers, there's a simlar feature GraphBackgroundImage.

GraphBmpOpacity

Controls the translucency of the bitmap defined by GraphBmpFilename. Set to a value of 0 to 100 percent. Pego and Pesgo individual axes can each have their own bitmap utilizing WorkingAxis.

GraphBmpStyle

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.

GraphForeground

This property identifies the color used as the foreground color for the objects graphing area. The grid lines and tick marks will be drawn in this color.

GraphGradientEnd

This property defines the end RGB color for a background gradient placed onto the controls charting or axis area. The gradients style is defined with GraphGradientStyle and start color with GraphGradientStart.

GraphGradientStart

This property defines the start RGB color for a background gradient placed onto the controls charting or axis area. The gradients style is defined with GraphGradientStyle and end color with GraphGradientEnd.

GraphGradientStyle

Controls how a background gradient is applied to the controls charting or axis area. Start and end RGB colors are defined with GraphGradientStart and GraphGradientEnd. Most of these styles look best with the start color set to white, especially the radial styles.

HatchBackColor

This property will control color of the background used for all points/bars/pie slices when SubsetHatch is set.

JpgQuality

This property controls the quality of JPEG export. Values range from 1 to 100 where 100 represents maximum quality.

Mono

Gets or Sets monochrome properties used when ViewingStyle is set to monochrome.

PngIsInterlaced

When any ProEssentials PNG export feature is utilized, this property control whether the output is interlaced.

PngIsTransparent

When any ProEssentials PNG export feature is utilized, this property control whether the output includes the transparent color defined by PngTransparentColor.

PngTransparentColor

When any ProEssentials PNG export feature is utilized, this property controls the RGB color considered transparent if PngIsTransparent is TRUE.

QuickStyle

This property controls predefined viewing styles. Before setting this property, you should set BitmapGradientMode. QuickStyle can utilize two sets of styles.

Shadow

This property identifies the color used as the shadow color placed behind the objects graph and table areas.

SubsetColors

This property array controls which colors are used to distinguish between multiple subset information in the objects image.

SubsetShades

For monochrome-image creation, (ViewingStyle non zero) this property array controls which colors are used to distinguish between multiple subset information in the objects image.

Text

This property identifies the color used as the text color for the objects titles, and labels.

ViewingStyle

This property controls the viewing style of the object. Possible values are defined by the following constants: Graph VCL Enumerations eViewingStyle = (gColor, gMonochrome, gMonoPlusSymbols);