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

適用対象