Click or drag to resize

AxisScaleType Enumeration

Specifies the possible scale types for an axis.

Namespace: Spire.Doc.Fields.Shapes.Charts
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum AxisScaleType
Members
Member name Value Description
Linear 0 Linear scaling.
Logarithmic 1 Logarithmic scaling.
See Also