AxisBound constructor

AxisBound()

Creates a new instance indicating that axis bound should be determined automatically by a word-processing application.

AxisBound()

AxisBound(value)

Creates an axis bound represented as a number.

AxisBound(value: number)
ParameterTypeDescription
valuenumber

AxisBound(datetime)

Creates an axis bound represented as datetime value.

AxisBound(datetime: Date)
ParameterTypeDescription
datetimeDate

See Also