Axis.ScaleType Property
Returns or sets the value axis scale type. Read/write XlScaleType.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property ScaleType As XlScaleType
Get
Set
'Usage
Dim instance As Axis
Dim value As XlScaleType
value = instance.ScaleType
instance.ScaleType = value
XlScaleType ScaleType { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.XlScaleType