Click or drag to resize

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
public AxisBound(
	double value
)

Parameters

value
Type: System Double
The value to initialize the AxisBound with.
See Also