| 
ChartAxis
HasMajorGridlines Property
  | 
 Gets or sets a value indicating whether major gridlines are enabled.
 Namespace:
 Spire.Doc.Fields.Shapes.Charts
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool HasMajorGridlines { get; set; }
 
Public Property HasMajorGridlines As Boolean
	Get
	Set
 
public:
property bool HasMajorGridlines {
	bool get ();
	void set (bool value);
}
 
member HasMajorGridlines : bool with get, set
 
 
 
Return Value
 
 Type:
 
Boolean
 
 true if major gridlines are enabled; otherwise, false.
 
 See Also
See Also