Visit Gigasoft's Web Site
 ProEssentials v10 Help

Gigasoft.ProEssentials.Pego.PeGrid.Configure Members

AltFreqThreshold

This property represents the threshold number of PointsToGraph which triggers AltFrequencies to be utilized in determined an alternate frequency for placing point labels and tabled data.

AltFrequencies

This property array is used to define meaningful frequencies to place point labels and tabled data.

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.

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.

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.

FirstPtLabelOffset

By supplying this property along with AltFrequencies, the developer has control over the placement of point labels under situations where there are too many points to label every point.

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.

ManualMaxPointLabel

This property is only used in a real-time implementation. This property represents a point label which will be used to calculate the maximum point label length in determining the size of area for point label placement.

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.

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.

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.

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.

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

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

ManualStackedMaxY

This property provides a manual maximum for stacked style plotting methods.

ManualStackedMinY

This property provides a manual minimum for stacked style plotting methods.

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.

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.

TargetPointsToTable

This property represents the number of point labels which will be attempted to be displayed when Points and/or PointsToGraph is greater than or equal to AltFrequencies.

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.