property SwimLane.AxisStyle as LinesStyleEnum
Specifies the style to display the axis lines.

TypeDescription
LinesStyleEnum A LinesStyleEnum expression that specifies the style to show the axis lines.
By default, the AxisStyle property is exLinesSolid + exLinesThick. Use the AxisStyle property to hide the axis lines or to display with a different style. Set the AxisStyle property on exNoLines to show no axis lines. Use the AxisColor property to specify the color to show the axis lines. Use the MinorGridWidth / MinorGridHeight property to specify the how minor grid lines are displayed/aligned. 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 MajorGridStyle property to specify the style of the major lines. Use the MinorGridStyle property to specify the style of the minor lines. The MajorGridColor property specifies the color to show the major grid lines. The MinorGridColor property specifies the color to show the minor grid 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.