다음을 통해 공유


LegendKey.PictureUnit2 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). Read/write Double.

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

Syntax

'Declaration
Property PictureUnit2 As Double
    Get
    Set
'Usage
Dim instance As LegendKey
Dim value As Double

value = instance.PictureUnit2

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

Property Value

Type: System.Double
Double

See Also

Reference

LegendKey Interface

LegendKey Members

Microsoft.Office.Interop.Word Namespace