Visit Gigasoft's Web Site
 ProEssentials v10 Help

Gigasoft.ProEssentials.Pe3do.PeGrid Members

Configure

Features related to configuring axes: range, and grid line/tick density.

LineControl

This property controls the horizontal and vertical lines which make the graphs grid. Possible values are as follows: VCL Enumerations Replace the x prefix with either g(graph), sg(scientific graph), or td(3d graph) eGridLineControl = (gYPlusXAxis, gYAxis, gXAxis, gNoGrid);

Option

Properties providing more control over various grid features.

Style

This property controls the style of line used to form the graphs grid. Possible values are as follows: Graph VCL Enumerations eGridStyle = (gThin, gThick, gDot, gDash, gPixel); Scientific Graph VCL Enumerations eGridStyle = (sgThin, sgThick, sgDot, sgDash, sgPixel);

WorkingAxis

For a multiple axis implementation, this property controls which y axis is currently being set or accessed.