| 
AxisBound
IsAuto Property
  | 
 Gets a value indicating whether the property is automatically managed.
 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 IsAuto { get; }
 
Public ReadOnly Property IsAuto As Boolean
	Get
 
public:
property bool IsAuto {
	bool get ();
}
 
member IsAuto : bool with get
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also