Visit Gigasoft's Web Site
 ProEssentials v10 Help

Gigasoft.ProEssentials.Pepco.PeConfigure Members

AntiAliasGraphics

This property controls whether the object anti-aliases graphics. RenderEngine must be GdiPlus to enable this feature.

AntiAliasText

This property controls whether the object anti-aliases text. RenderEngine must be Hybrid or GdiPlus to enable this feature.

BorderTypes

This property sets the grids border style. VCL Enumerations: Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart). eTABorders = (xDropShadow, xSingleLine, xNoBorder, xInset)

CacheBmp

This property controls whether the prepared image (PrepareImages = TRUE) is continuously stored in memory or is used only within one WM_PAINT event.

DarkTextInset

If the default value of FALSE, dark text is never inset or shadowed. If TRUE, dark text is drawn with a 3D inset effect rather than shadowed. Dark Text is text that contains a Red, Green, or Blue component of 128 or lower.

DataShadowsTranslucent

If RenderEngine is GdiPlus, then when DataShadowsTranslucent is TRUE, shadows are transulent (see-through), else solid in color.

Decimal

Set to override the operating system's current decimal separator symbol. Set to any decimal / ascii character as needed.

ImageAdjustBottom

This property adds or removes space from the bottom of the graph. Units are logical and are 1/100th of the size of the x axis label height. For example, a value of 100 adds the distance equal to the x axis label height, 200 adds twice the height of the x axis label.

ImageAdjustLeft

This property adds or removes space from the left of the graph. Units are logical and are 1/100th of the size of the y axis width. For example, a value of 100 adds the distance equal to the y axis label width, 200 adds twice the width of the y axis label.

ImageAdjustRight

This property adds or removes space from the right of the graph. Units are logical and are 1/100th of the size of the y axis width. For example, a value of 100 adds the distance equal to the y axis label width, 200 adds twice the width of the y axis label.

PixelOffsetHalf

Controls if GdiPlus antialias mode is half or none. True = Half = HighQuality. Color edges are usually lighter for high quality setting.

PrepareImages

This property controls whether the object prepares images in memory, or outputs the image directly to screen. You will almost always set this property to true. It prevents flickering image, especially in a real-time scenario.

RenderEngine

This property controls the rendering technology used in building the image. 2D charts, the most robust and common setting is Direct2D. For 2D Contours, real-time or huge data charting, Direct3D is the best option. ComputeShader is possible for 2DContours and Line Charts.

TextRenderingHint

This property controls the algorithm used to anti-alias text when AntiAliasText is TRUE and RenderEngine is Hybrid or GdiPlus.

Thousands

Set to override the operating system's current thousands symbol. Set to any decimal / ascii character as needed.