Visit Gigasoft's Web Site
ProEssentials v6 Help

Gigasoft.ProEssentials.Pesgo.PeSpecial Members

AnisotropicSupport

We added this property so developers can set to TRUE when placing one of our ActiveX controls within an MS Access Report. This property causes the control to draw itself within the MM_ANISOTROPIC mapping mode. It may be likely that other report writers or other containers may prefer this property being set to TRUE when embedding our controls into a report or container. Though, only set to True if experiencing problems.

AutoImageReset

This property controls whether ProEssentials will automatically call Function.Reinitialize if properties were adjusted and then an image is requested. This property should only be disabled in certain real-time implementation. This allows new data to be set without having to reinitialize the object.

BestFitFix

This property controls a change in the Least-Square Approximation calculation. When set to TRUE, the minimum x value is first subtracted from each x data value before processed. This improves accuracy when XData is very large. This does not effect the chart visually, but will alter the coefficients retrieved from BestFitCoeffs.

Custom

Gets or Sets whether image is constructed with custom or original parameter set. See help for more info.

CustomParms

Gets whether control supports a custom and original parameter set. See help for more info.

DataHotSpotLimit

Gets or Sets the maximum number of hot spots possible.

HelpFileName

Gets or Sets the help file name invoked from built-in menus and dialogs.

LogicalLimit

When exporting metafiles from an object that has been zoomed, lines may be drawn outside the metafiles region. Setting this property to zero will prevent this from happening.

ObjectType

Read Only, Gets the internal type (Graph, SGraph, Polar, Pie, 3D) of the ProEssentials object.

Painting

Gets whether control is in the process of painting image to screen.

ThreeDThreshold

If the number of points in an image is beyond the threshold defined by this property, then 3D bar and 3D area graphs will be drawn in 2D. This prevents overly complex images from being generated.