property SwimLane.MajorGridStyle as LinesStyleEnum
Specifies the style to display the major grid lines.

TypeDescription
LinesStyleEnum A LinesStyleEnum expression that specifies the style of major grid lines.
By default, the MajorGridStyle property is exLinesDot. Use the MajorGridStyle property to specify the style of the major lines. The MajorGridColor property specifies the color to show the major grid 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.