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

NameTypeAccessDescription
TypeAxisScaleTypeRead/WriteGets or sets scaling type of the axis.
LogBasedoubleRead/WriteGets or sets the logarithmic base for a logarithmic axis.
MinimumAxisBoundRead/WriteGets or sets minimum value of the axis.
MaximumAxisBoundRead/WriteGets or sets the maximum value of the axis.

See Also