Click or drag to resize

AxisBound Class

Represents a class that defines the bound value for an AxisBounds .
Inheritance Hierarchy
System Object
Spire.Doc.Fields.Shapes.Charts AxisBound

Namespace: Spire.Doc.Fields.Shapes.Charts
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public sealed class AxisBound

The AxisBound type exposes the following members.

Constructors
Name Description
Public method AxisBound
Initializes a new instance of the AxisBound class.
Public method AxisBound(DateTime)
Initializes a new instance of the AxisBound class with a DateTime value.
Public method AxisBound(Double)
Initializes a new instance of the AxisBound class with the specified value.
Top
Properties
Name Description
Public property IsAuto
Gets a value indicating whether the property is automatically managed.
Public property Value
Gets the value.
Public property ValueAsDate
Converts the stored OLE Automation date to a DateTime value.
Top
Methods
Name Description
Public method Equals (Overrides Object Equals(Object) .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString (Overrides Object ToString .)
Top
See Also