Visit Gigasoft's Web Site
 ProEssentials v10 Help

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

AutoMinMaxPaddingRY

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

AutoMinMaxPaddingTX

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

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.

AutoPadBeyondZeroRY

Related to AutoMinMaxPaddingRY, 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.

AutoPadBeyondZeroTX

Related to AutoMinMaxPaddingTX, 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.

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.

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.

ManualMaxRY

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

ManualMaxTX

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

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.

ManualMinRY

This property is used in conjunction with ManualScaleControlRY. If ManualScaleControlRY is equal to PEMSC_MIN or PEMSC_MINMAX, then the value defined by ManualMinRY will be the minimum extent of the right Y axis.

ManualMinTX

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

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.

ManualRYAxisLine

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

ManualRYAxisTick

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

ManualRYAxisTicknLine

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

ManualScaleControlRY

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

ManualScaleControlTX

This property is used in conjunction with ManualMinTX and ManualMaxTX. This property allows manual control of the range of the graphs top x axis scale.

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.

ManualTXAxisLine

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

ManualTXAxisTick

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

ManualTXAxisTicknLine

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

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.

RYAxisLineLimit

If non-zero, this property controls the maximum number of major right y axis grid lines attempted when ManualRYAxisTicknLine is FALSE. Use this property when you need fewer grid lines than the auto configuration produces.

RYAxisScaleControl

This property controls the grid's scale used for the right Y axis. Possible values are defined by the following constants: Graph VCL Enumerations eAxisScaleControl = (gAuto, gLinear, gLog); Scientific Graph VCL Enumerations eAxisScaleControl = (sgAuto, sgLinear, sgLog);

RYAxisWholeNumbers

If TRUE, right 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.

TXAxisLineLimit

If non-zero, this property controls the maximum number of major top x axis grid lines attempted when ManualTXAxisTicknLine is FALSE. Use this property when you need fewer grid lines than the auto configuration produces.

TXAxisScaleControl

This property controls the grid scale used for the Top X Axis. Possible values are defined by the following constants: Scientific Graph VCL enumerations eAxisScaleControl = (sgAuto, sgLinear, sgLog);

TXAxisWholeNumbers

If TRUE, top 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.

XAxisLineLimit

If non-zero, this property controls the maximum number of major x axis grid lines attempted when ManualXAxisTicknLine is FALSE. Use this property when you need fewer grid lines than the auto configuration produces.

XAxisScaleControl

This property controls the grid scale used for the x axis. Possible values are defined by the following constants: Scientific Graph VCL Enumerations eAxisScaleControl = (sgAuto, sgLinear, sgLog);

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.

YAxisLineLimit

If non-zero, this property controls the maximum number of major y axis grid lines attempted when ManualYAxisTicknLine is FALSE. Use this property when you need fewer grid lines than the auto configuration produces.

YAxisScaleControl

This property controls the grid scale used for the Y Axis. Possible values are defined by the following constants: Graph VCL Enumerations eAxisScaleControl = (gAuto, gLinear, gLog); Scientific Graph VCL Enumerations eAxisScaleControl = (sgAuto, sgLinear, sgLog);

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.