Series.PictureUnit Property

Returns or sets the unit for each picture on the chart if the PictureType property is set to xlStackScale (if not, this property is ignored).

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property PictureUnit As Double
    Get
    Set
'Usage
Dim instance As Series
Dim value As Double

value = instance.PictureUnit

instance.PictureUnit = value
double PictureUnit { get; set; }

Property Value

Type: System.Double
Double

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.Word Namespace