AxisBound
Overview
AxisBound is a class in Aspose.Words FOSS for .NET.
Represents minimum or maximum bound of axis values.
This class provides 6 methods for working with AxisBound objects in .NET programs.
Available methods include: AxisBound, Equals, GetHashCode, ToString.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: IsAuto, Value, ValueAsDate.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsAuto | bool | Read | Returns a flag indicating that axis bound should be determined automatically. |
Value | double | Read | Returns numeric value of axis bound. |
ValueAsDate | DateTime | Read | Returns value of axis bound represented as datetime. |
Methods
| Signature | Description |
|---|---|
AxisBound() | Creates a new instance indicating that axis bound should be determined automatically by a word-processing application. |
AxisBound(value: double) | Creates an axis bound represented as a number. |
AxisBound(datetime: DateTime) | Creates an axis bound represented as datetime value. |
Equals(obj: object) | Determines whether the specified object is equal in value to the current object. |
GetHashCode() | Serves as a hash function for this type. |
ToString() | Returns a user-friendly string that displays the value of this object. |