ChartCategoryAxis
MajorGridLines Property
|
Returns a ChartGridLine object that represents the major gridlines for the specified axis. Only axes in the primary axis group can have gridlines
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartGridLine MajorGridLines { get; }
Public ReadOnly Property MajorGridLines As ChartGridLine
Get
public:
property ChartGridLine^ MajorGridLines {
ChartGridLine^ get ();
}
member MajorGridLines : ChartGridLine with get
Property Value
Type:
ChartGridLine
See Also