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

NameTypeAccessDescription
IsAutoboolReadReturns a flag indicating that axis bound should be determined automatically.
ValuedoubleReadReturns numeric value of axis bound.
ValueAsDateDateTimeReadReturns value of axis bound represented as datetime.

Methods

SignatureDescription
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.

See Also