Visit Gigasoft's Web Site
 ProEssentials v9 Help

Gigasoft.ProEssentials.Pego.PeGrid.Configure Members

AltFreqThreshold

Gets and Sets the threshold quantity of points graphed which triggers Grid.Configure.AltFrequencies to be utilized in determining an alternate frequency for placing point labels and tabled data.

AltFrequencies

Gets and Sets meaningful frequencies to place point labels and tabled data. If the points being charted is larger than Grid.Configure.AltFreqThreshold then a frequency will be automatically selected to produce a quantity of grid lines closest to Grid.Configure.TargetPointsToTable.

AutoMinMaxPadding

Older property, replaced by below properties. Setting this property, sets all properties AutoMinMaxPaddingY and AutoMinMaxPaddingRY.

AutoMinMaxPaddingRY

This property represents the percentage added above and below the automatically determined range for the right y axis when Grid.Configure.ManualScaleControlRY is set to None(automatic).

AutoMinMaxPaddingY

This property represents the percentage added above and below the automatically determined range for the y axis when Grid.Configure.ManualScaleControlY is set to None(automatic).

AutoPadBeyondZeroRY

The default is FALSE so AutoMinMaxPaddingRY will not cross a zero origin when choosing padding values. Set to True to allow the padding to potentially extend beyond the zero origin for the right y axis.

AutoPadBeyondZeroY

The default is FALSE so AutoMinMaxPaddingY will not cross a zero origin when choosing padding values. Set to True to allow the padding to potentially extend beyond the zero origin for the y axis.

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. See help for more info.

GridLineMultiples

Setting this property to FALSE will remove the limitation that grid line numbers must be multiples of 2, 5, and 10. Normally not needed unless you are using Grid.Configure.ManualYAxisTicknLine or related property and having trouble setting certain grid line and tick frequencies.

ManualMaxPointLabel

Only used in a real-time implementation. Sets 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

Gets and Sets the right y axis maximum value. Setting this value also depends on setting ManualScaleControlRY.

ManualMaxY

Gets and Sets the y axis maximum value. Setting this value also depends on setting ManualScaleControlY.

ManualMinRY

Gets and Sets the right y axis minimum value. Setting this value also depends on setting ManualScaleControlRY.

ManualMinY

Gets and Sets the y axis minimum value. Setting this value also depends on setting ManualScaleControlY.

ManualRYAxisLine

Gets and Sets the right y axis grid line frequency. Setting this value also depends on setting ManualRYAxisTicknLine and ManualRYAxisTick.

ManualRYAxisTick

Gets and Sets the right y axis tick frequency. Setting this value also depends on setting ManualRYAxisTicknLine and ManualRYAxisLine.

ManualRYAxisTicknLine

Gets or Sets whether right y axis grid line frequency is automatically set or manually configured with ManualRYAxisLine and ManualRYAxisTick.

ManualScaleControlRY

Gets and Sets whether the right y axis's extents are automatically configured or manually configured via ManualMinRY and ManualMaxRY.

ManualScaleControlY

Gets and Sets whether the y axis's extents are automatically configured or manually configured via ManualMinY and ManualMaxY.

ManualStackedMaxY

Gets and Sets the maximum value of y axis when Plot.Method is set to a stacked style plotting method.

ManualStackedMinY

Gets and Sets the minimum value of y axis when Plot.Method is set to a stacked style plotting method.

ManualYAxisLine

Gets and Sets the y axis grid line frequency. Setting this value also depends on setting ManualYAxisTicknLine and ManualYAxisTick.

ManualYAxisTick

Gets and Sets the y axis tick frequency. Setting this value also depends on setting ManualYAxisTicknLine and ManualYAxisLine.

ManualYAxisTicknLine

Gets or Sets whether y axis grid line frequency is automatically set or manually configured with ManualYAxisLine and ManualYAxisTick.

RYAxisLineLimit

Controls the maximum number of major right y axis grid lines attempted when ManualYAxisTicknLine is FALSE. Use this property when you need fewer grid lines than the auto configuration produces.

RYAxisScaleControl

Gets and Sets whether the right y axis scale is log or linear/normal.

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

Gets and Sets the quantity of point labels which will be attempted to be displayed when Data.Points and/or UI.Scrollbar.PointsToGraph is greater than or equal to Grid.Configure.AltFreqThreshold.

YAxisLineLimit

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

Gets and Sets whether the y axis scale is log or linear/normal.

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.