Gets the ChartGridLines object defining how major gridlines should be displayed for this axis.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ChartGridLines MajorGridLines { get; }
Visual Basic
Public ReadOnly Property MajorGridLines As ChartGridLines
	Get

See Also