| 
AxisBound Constructor (Double)
  | 
 Initializes a new instance of the AxisBound class with the specified value.
 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(
	double value
)
 
Public Sub New ( 
	value As Double
)
 
public:
AxisBound(
	double value
)
 
new : 
value : float -> AxisBound
 
 
 
Parameters
 
- 
value
 
- 
 Type:
 
System
Double
 
 The value to initialize the AxisBound with.
 
 See Also
See Also