Click or drag to resize

AxisBound Constructor (DateTime)

Initializes a new instance of the AxisBound class with a DateTime 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(
	DateTime datetime
)

Parameters

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