Axis.ScaleType Property

Returns or sets the value axis scale type. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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.Word.XlScaleType
XlScaleType

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Word Namespace