AxisDisplayUnit
Overview
AxisDisplayUnit is a class in Aspose.Words FOSS for .NET.
Inherits from: IDmlChartTitleHolder, IDmlExtensionListSource.
Provides access to the scaling options of the display units for the value axis.
Properties: CustomUnit, Document, Unit.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Unit | AxisBuiltInUnit | Read/Write | Gets or sets the scaling value of the display units as one of the predefined values. |
CustomUnit | double | Read/Write | Gets or sets a user-defined divisor to scale display units on the value axis. |
Document | DocumentBase | Read | Returns the document containing the parent chart. |