property Surface.MajorGridColor as Color
Indicates the color to show the major grid lines on the surface.

TypeDescription
Color A Color expression that specifies the color to show the major grid lines. 
The MajorGridColor property specifies the color to show the major grid lines. Use the MajorGridStyle property to specify the style of the major lines.  Use the ShowGridLines property to specify whether the control shows or hides the minor/major grid lines. Use the MajorGridWidth / MajorGridHeight property to specify the how major grid lines are displayed/aligned. Use the MinorGridWidth / MinorGridHeight property to specify the how minor grid lines are displayed/aligned.  Use the MinorGridStyle property to specify the style of the minor lines. The MinorGridColor property specifies the color to show the minor grid lines. Use the AxisStyle property to hide the axis lines or to display with a different style. Use the AxisColor property to specify the color to show the axis lines.

Use the AlignObjectsToGridLines property to align the elements to the grid lines. The AutoSize property of the Element specifies whether the element's size is computed based on the element's content. The CaptionAlign property specifies the alignment of the element's caption.