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)
| Parameter | Type | Description |
|---|---|---|
| value | number |
AxisBound(datetime)
Creates an axis bound represented as datetime value.
AxisBound(datetime: Date)
| Parameter | Type | Description |
|---|---|---|
| datetime | Date |
See Also
- module Aspose.Words.Drawing.Charts
- class AxisBound