Share via


LegendKey.PictureType Property

Returns or sets the way pictures are displayed on a legend key.

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

Syntax

'Declaration
Property PictureType As Integer
    Get
    Set
'Usage
Dim instance As LegendKey
Dim value As Integer

value = instance.PictureType

instance.PictureType = value
int PictureType { get; set; }

Property Value

Type: System.Int32

Remarks

The PictureType property can be one of these XlChartPictureType constants:

xlStack

xlStackScale

xlStretch

See Also

Reference

LegendKey Interface

LegendKey Members

Microsoft.Office.Interop.Excel Namespace