| 
AxisUnits
IsMajorAuto Property
  | 
 Gets or sets a value indicating whether the major units on the axis are automatically determined.
 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 IsMajorAuto { get; set; }
 
Public Property IsMajorAuto As Boolean
	Get
	Set
 
public:
property bool IsMajorAuto {
	bool get ();
	void set (bool value);
}
 
member IsMajorAuto : bool with get, set
 
 
 
Property Value
 
 Type:
 
Boolean
 
true
 
 if the major units are automatically determined; otherwise,
 
false
 
 .
 
 See Also
See Also