Visit Gigasoft's Web Site
 ProEssentials v10 Help

Gigasoft.ProEssentials.Pepso.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.

GridBold

Set True to show grid line colors as bold legacy style, no alpha or subtle grid lines via GridLineAlpha.

GridLineAlpha

Gets or Sets alpha value for grid lines when GridBold=False and GridLineColor=1. This feature enables a subtle grid line effect where lines are less noticeable. Control will simulate an alpha if RenderEngine is not GdiPlus and BitmapGradientMode=false.

GridLineColor

Gets or Sets color of all grid lines when GridBold=False and this property is not equal to 1. Default seting 1 means use GridLineAlpha to darken background for use as grid lines. This feature disables a subtle grid line effect where lines are less noticeable.

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.

PointBorderColor

Controls the border line around solid points when PePlot.Method is set to include points. Default is argb 0 for no border, set to Color.Empty (-1) for border color to match solid fill brush, else set to any color as needed.

PointColorPoints

Related to PointColors property. Controls if point-symbols and/or line-segments are colored via PointColors property array.

PointColors

This property array allows control of colors for individual data points, bars, and line segments. If you use this property array, you must declare as many colors as you do YData, except for specific plotting methods as discussed below.

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.

TickColor

Controls the color of all tick marks. If set to 1, then tick color is controlled with GraphForeColor.

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);

XAxis

This property controls the color used for the axis label (XAxisLabel) and grid numbers/point labels (PointLabels) along x axis.

YAxis

This property controls the color used for the axis label (YAxisLabel) and grid numbers.