Visit Gigasoft's Web Site
 ProEssentials v11 Help

Gigasoft.ProEssentials.Pe3do.PeGrid.Configure Members

AutoMinMaxPadding

This property is an older property used before we had individual axis settings. Now, setting this property sets all properties: AutoMinMaxPaddingY, AutoMinMaxPaddingRY, AutoMinMaxPaddingX, AutoMinMaxPaddingTX, and AutoMinMaxPaddingZ.

AutoMinMaxPaddingX

This property represents the percentage added above and below the automatically determined range for the x axis when ManualScaleControlX is set to PEMSC_NONE.

AutoMinMaxPaddingY

This property represents the percentage added above and below the automatically determined range for the y axis when ManualScaleControlY is set to PEMSC_NONE.

AutoMinMaxPaddingZ

This property represents the percentage added above and below the automatically determined range for the z axis when ManualScaleControlZ is set to PEMSC_NONE.

AutoPadBeyondZeroX

Related to AutoMinMaxPaddingX, this property effects how AutoMinMaxPadding will choose extents that could possibly cross an origin. The default is FALSE so AutoMinMaxPadding will not cross a zero origin when choosing padding values.

AutoPadBeyondZeroY

Related to AutoMinMaxPaddingY, this property effects how AutoMinMaxPadding will choose extents that could possibly cross an origin. The default is FALSE so AutoMinMaxPadding will not cross a zero origin when choosing padding values.

AutoPadBeyondZeroZ

Related to AutoMinMaxPaddingZ, this property effects how AutoMinMaxPadding will choose extents that could possibly cross an origin. The default is FALSE so AutoMinMaxPadding will not cross a zero origin when choosing padding values.

DxPsManualCullXZ

Set to True when manually scaling a 3D chart and want the highest quality culling of the image to your manual extents. This culls to properties ManualMinX ManualMaxX ManualMinZ and ManualMaxZ settings at the pixel shader level.

DxPsManualCullY

Set to True when manually scaling a 3D chart and want the highest quality culling of the image to your manual extents. This culls both the ManualMinY and ManualMaxY settings at the pixel shader level.

GridLineMultiples

Setting this property to TRUE will not force the grid line numbers to be multiples of 2, 5, and 10. You will not normally set this property unless you are using ManualYAxisTicknLine or related property and having trouble setting certain grid line and tick frequencies.

ManualMaxX

This property is used in conjunction with ManualScaleControlX. If ManualScaleControlX is equal to PEMSC_MAX or PEMSC_MINMAX, then the value defined by ManualMaxX will be the maximum extent of the bottom x axis.

ManualMaxY

This property is used in conjunction with ManualScaleControlY. If ManualScaleControlY is equal to PEMSC_MAX or PEMSC_MINMAX, then the value defined by ManualMaxY will be the maximum extent of the left y axis.

ManualMaxZ

This property is used in conjunction with ManualScaleControlZ. When used with the Scientific Graph Object, if ManualScaleControlZ is equal to PEMSC_MAX or PEMSC_MINMAX, then the value defined by ManualMaxZ will be the maximum extent of contour lines.

ManualMinX

This property is used in conjunction with ManualScaleControlX. If ManualScaleControlX is equal to PEMSC_MIN or PEMSC_MINMAX, then the value defined by ManualMinX will be the minimum extent for the bottom x axis.

ManualMinY

This property is used in conjunction with ManualScaleControlY. If ManualScaleControlY is equal to PEMSC_MIN or PEMSC_MINMAX, then the value defined by ManualMinY will be the minimum extent of the left y axis.

ManualMinZ

This property is used in conjunction with ManualScaleControlZ. When used with the Scientific Graph Object, if ManualScaleControlZ is equal to PEMSC_MIN or PEMSC_MINMAX, then the value defined by ManualMinZ will be the minimum extent of contour lines.

ManualScaleControlX

This property is used in conjunction with ManualMinX and ManualMaxX. This property allows manual control of the range of the graphs x axis scale.

ManualScaleControlY

This property is used in conjunction with ManualMinY and ManualMaxY. This property allows manual control of the range of the graphs y axis scale. Possible values are: Graph VCL Enumerations eManualScaleControl = (gAutoScale, gManualMin, gManualMax, gManualMinAndMax);

ManualScaleControlZ

This property is used in conjunction with ManualMinZ and ManualMaxZ. When used with the Scientific Graph Object, this property allows manual control of the range of the graphs contour lines.

ManualScaleCullMaxY

Best to use the DxPsManualCullY instead of this property. When using ManualScaleControlY and ManualMaxY, this property controls if data is hidden when above the ManualMaxY value.

ManualScaleCullMinY

Best to use the DxPsManualCullY instead of this property. When using ManualScaleControlY and ManualMinY, this property controls if data is hidden when below the ManualMinY value. Surface Polymode and all plotting methods (SurfaceNullDataGaps must be True) Bar Polymode.

ManualScaleCullX

Best to use the DxPsManualCullXZ instead of this property. When using ManualScaleControlX and ManualMinX / ManualMaxX, this property controls if data is hidden when outside manual range. Surface Polymode and all plotting methods (SurfaceNullDataGaps must be True)

ManualScaleCullZ

Best to use the DxPsManualCullXZ instead of this property. When using ManualScaleControlZ and ManualMinZ / ManualMaxZ, this property controls if data is hidden when outside manual range. Surface Polymode and all plotting methods (SurfaceNullDataGaps must be True)

ManualScalePlateauMaxY

When using ManualScaleControlY and ManualMaxY, this property controls if data is truncated to the ManualMaxY value.

ManualScalePlateauMinY

When using ManualScaleControlY and ManualMinY, this property controls if data is truncated to the ManualMinY value.

ManualXAxisLine

This property provides manual control of the density of grid lines on the x axis. Grid lines will be placed at multiples of the defined value.

ManualXAxisTick

This property provides manual control of the density of grid tick marks on x axis. Grid tick marks will be placed at multiples of the defined value.

ManualXAxisTicknLine

This property determines whether the X axis has manual grid line and tick mark densities. Polar Charts use this property to control degree ticks and lines. ManualXAxisTick controls the degree ticks and ManualXAxisLine controls the degree lines and labels.

ManualYAxisLine

This property provides manual control of the density of grid lines on y axis. Grid lines will be placed at multiples of the defined value.

ManualYAxisTick

This property provides manual control of the density of grid tick marks on y axis. Grid tick marks will be placed at multiples of the defined value.

ManualYAxisTicknLine

This property determines whether the Y axis has manual grid line and tick mark densities.

ManualZAxisLine

For the Scientific Graph, this property controls the density of contour lines when PlottingMethod is set to PEGPM_CONTOURLINES or PEGPM_CONTOURCOLORS. If zero (default), then contour line density is automatically determined.

ManualZAxisTick

This property provides manual control of the density of grid tick marks on z axis. Grid tick marks will be placed at multiples of the defined value.

ManualZAxisTicknLine

This property determines whether the Z axis has manual grid line and tick mark densities.

XAxisWholeNumbers

If TRUE, x axis major grid lines will only be located at whole numbers. Helpful when charting discrete data and decimals on grid line labels are not desired.

YAxisWholeNumbers

If TRUE, y axis major grid lines will only be located at whole numbers. Helpful when charting discrete data and decimals on grid line labels are not desired.

ZAxisWholeNumbers

If TRUE, z axis major grid lines will only be located at whole numbers. Helpful when charting discrete data and decimals on grid line labels are not desired.