AxisScaling
Overview
AxisScaling is a class in Aspose.Words FOSS for .NET.
Inherits from: IDmlExtensionListSource.
Represents the scaling options of the axis.
Properties: LogBase, Maximum, Minimum, Type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Type | AxisScaleType | Read/Write | Gets or sets scaling type of the axis. |
LogBase | double | Read/Write | Gets or sets the logarithmic base for a logarithmic axis. |
Minimum | AxisBound | Read/Write | Gets or sets minimum value of the axis. |
Maximum | AxisBound | Read/Write | Gets or sets the maximum value of the axis. |