Visit Gigasoft's Web Site
 ProEssentials v11 Help

Gigasoft.ProEssentials.Pe3do.PeGrid.Option Members

AxisFormatX

This property controls formatting of the grid line numbers along x axis. This property allows for adding text before and after grid numbers. It also controls placing commas on thousand marks and forcing decimal positions.

AxisFormatY

This property controls formatting of the grid line numbers along y axis. If MultiAxesSubsets is used, then WorkingAxis must be set prior to setting this property. This property allows for adding text before and after grid numbers.

AxisFormatZ

This property controls formatting of the grid line numbers along z axis. This property allows for adding text before and after grid numbers. It also controls placing commas on thousand marks and forcing decimal positions.

AxisNumericFormatX

The default is to place symbols such as K(thousand), M(illiion), B(illion) on large or small numbers (see ScaleSymbols.) This feature allows for exponential notation on the x axis.

AxisNumericFormatY

The default is to place symbols such as K(thousand), M(illiion), B(illion) on large or small numbers (see ScaleSymbols.) This feature allows for exponential notation on the y axis.

AxisNumericFormatZ

The default is to place symbols such as K(thousand), M(illiion), B(illion) on large or small numbers (see ScaleSymbols.) This feature allows for exponential notation on the z axis. VCL Enumerations eShowTickMarks = (tdAnfDefault, tdAnfExpNotation, tdAnfExpNotation3x);

CustomGridNumbersX

Set this property to True to enable message/event driven bottom x axis grid number formatting via... .NET PeCustomGridNumber event or OCX/VCL CustomGridNumber event or C/C++ PEWN_CUSTOMGRIDNUMBERS notification message.

CustomGridNumbersY

Set this property to True to enable message/event driven left y axis grid number formatting via... .NET PeCustomGridNumber event or OCX/VCL CustomGridNumber event or C/C++ PEWN_CUSTOMGRIDNUMBERS notification message.

CustomGridNumbersZ

Set this property to True to enable message/event driven z axis grid number formatting via... .NET PeCustomGridNumber event or OCX/VCL CustomGridNumber event or C/C++ PEWN_CUSTOMGRIDNUMBERS notification message.

GridAspectX

Allows control of size/shape of 3d charting volume. Controls size of x axis as relates to z axis. Default 1.0 For example, set to .5 if the x axis length should be half that of z. Set all GridAspectX, GridAspectY, and GridAspectZ to force a shape of the rendering volume.

GridAspectY

Allows control of size/shape of 3d charting volume. Controls size of y axis as relates to x and z axis. Default 1.0 For example, set to .5 if the y axis height should be half that of normal.

GridAspectZ

Allows control of size/shape of 3d charting volume. Controls size of z axis as relates to x and z axis. Default 1.0 For example, set to .5 if the z axis length should be half that of x axis.

InvertedXAxis

This property controls the apparent polarity of the axis.

InvertedYAxis

This property controls the apparent polarity of the axis.

InvertedZAxis

This property controls the apparent polarity of the z axis.

ScaleSymbols

ProEssentials v6 has new scaling logic that places symbols within the Grid Numbers to help preserve real-estate when displaying large or small numbers.

ShowXAxis

This property controls the style of x axis to display. Graph VCL Enumerations eShowAxis = (gGridPlusAxisLabels, gAxisLabels, gGridLabels, gNoLabels, gAxisLabelsOnly, gEmpty);

ShowYAxis

This property controls the style of y axis to display. Graph VCL Enumerations eShowAxis = (gGridPlusAxisLabels, gAxisLabels, gGridLabels, gNoLabels, gAxisLabelsOnly, gEmpty);

ShowZAxis

This property controls the style of z axis to display. 3D Scientific Graph VCL Enumerations eShowAxis = (tdGridPlusAxisLabels, tdAxisLabels, tdGridLabels, tdNoLabels tdAxisLabelsOnly, tdEmpty);

TickStyle

This property sets the style for tick marks when used with YAxisLongTicks, and XAxisLongTicks. .NET Gigasoft.Enums.

XAxisLongTicks

This property controls the length of minor grid tick marks.

YAxisLongTicks

This property controls the length of minor grid tick marks.

ZAxisLongTicks

This property controls the length of minor grid tick marks.