Point.PictureType 属性

定义

返回或设置图片在柱形图或条形图上的显示方式。

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

属性值

注解

XlChartPictureType 可以是以下 XlChartPictureType 常量之一:

xlStack

xlStackScale

xlStretch

适用于