Point.PictureType Property
Returns or sets the way pictures are displayed on a column or bar picture chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property PictureType As XlChartPictureType
Get
Set
'Usage
Dim instance As Point
Dim value As XlChartPictureType
value = instance.PictureType
instance.PictureType = value
XlChartPictureType PictureType { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlChartPictureType
Remarks
XlChartPictureType can be one of the following XlChartPictureType constants:
xlStack
xlStackScale
xlStretch