| 
AxisBounds
Minimum Property
  | 
 Gets or sets the minimum value of the axis.
 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 AxisBound Minimum { get; set; }
 
Public Property Minimum As AxisBound
	Get
	Set
 
public:
property AxisBound^ Minimum {
	AxisBound^ get ();
	void set (AxisBound^ value);
}
 
member Minimum : AxisBound with get, set
 
 
 
Property Value
 
 Type:
 
AxisBound
 
 The minimum value of the axis.
 
 See Also
See Also