Point.PictureType Property

Definition

Returns or sets the way pictures are displayed on a column or bar picture chart.

public:
 property Microsoft::Office::Interop::Excel::XlChartPictureType PictureType { Microsoft::Office::Interop::Excel::XlChartPictureType get(); void set(Microsoft::Office::Interop::Excel::XlChartPictureType value); };
public Microsoft.Office.Interop.Excel.XlChartPictureType PictureType { get; set; }
Public Property PictureType As XlChartPictureType

Property Value

Remarks

XlChartPictureType can be one of the following XlChartPictureType constants:

xlStack

xlStackScale

xlStretch

Applies to