Visit Gigasoft's Web Site
 ProEssentials v9 Help

Gigasoft.ProEssentials.Pepso.PeGrid.Configure Members

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

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.

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.

ManualXAxisLine

Gets and Sets the x axis grid line frequency. Setting this value also depends on setting ManualXAxisTicknLine and ManualXAxisTick.

ManualXAxisTick

Gets and Sets the x axis tick frequency. Setting this value also depends on setting ManualXAxisTicknLine and ManualXAxisLine.

ManualXAxisTicknLine

Gets or Sets whether x axis grid line frequency is automatically set or manually configured with ManualXAxisLine and ManualXAxisTick.

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.

Polar30DegreeThreshold

Use with Grid.Configure.PolarTickThreshold, and Grid.Configure.PolarLineThreshold to create a custom grid. This property manually sets how far 30 degree grid lines extend from the outer rim of polar chart inward. The value defined is measured with respect to the magnitude axis (Yaxis). Must also use Grid.Option.XAxisLongTicks and Grid.Option.YAxisLongTicks. Also, use Grid.Configure.ManualScaleControlY if the data set does not include zero as the origin. The threshold will be offset by Grid.Configure.ManualMinY. See Example 205 in demo.

PolarLineThreshold

Use with Grid.Configure.PolarTickThreshold, and Grid.Configure.Polar30DegreeThreshold to create a custom grid. This property manually sets how far degree grid lines extend from the outer rim of polar chart inward. The value defined is measured with respect to the magnitude axis (Yaxis). Must also use Grid.Option.XAxisLongTicks and Grid.Option.YAxisLongTicks. Also, use Grid.Configure.ManualScaleControlY if the data set does not include zero as the origin. The threshold will be offset by Grid.Configure.ManualMinY. See Example 205 in demo.

PolarTickThreshold

Use with Grid.Configure.PolarLineThreshold, and Grid.Configure.Polar30DegreeThreshold to create a custom grid. This property manually sets how far degree tick marks extend from the outer rim of polar chart inward. The value defined is measured with respect to the magnitude axis (Yaxis). Must also use Grid.Option.XAxisLongTicks and Grid.Option.YAxisLongTicks. Also, use Grid.Configure.ManualScaleControlY if the data set does not include zero as the origin. The threshold will be offset by Grid.Configure.ManualMinY. See Example 205 in demo.

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.

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.

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.

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.

ZeroDegreeOffset

Gets and Sets the location of zero degrees. By default it is at 3 oclock. Setting this property to 90 will position 0 degrees at 12 oclock. Setting this property to 90 will position 0 degrees as 6 oclock.