XlScaleType Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the scale type of the value axis.

public enum class XlScaleType
[System.Runtime.InteropServices.Guid("6A0D7E5C-F9AD-4927-A850-5638891724B2")]
public enum XlScaleType
[<System.Runtime.InteropServices.Guid("6A0D7E5C-F9AD-4927-A850-5638891724B2")>]
type XlScaleType = 
Public Enum XlScaleType
Inheritance
XlScaleType
Attributes

Fields

xlScaleLinear -4132

You should access and use this enumeration from the Excel primary interop assembly (PIA). Linear.

xlScaleLogarithmic -4133

You should access and use this enumeration from the Excel primary interop assembly (PIA). Logarithmic.

Applies to