Point.PictureType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a XlChartPictureType value that represents the way pictures are displayed on a column or bar picture chart.
public:
property Microsoft::Office::Interop::Word::XlChartPictureType PictureType { Microsoft::Office::Interop::Word::XlChartPictureType get(); void set(Microsoft::Office::Interop::Word::XlChartPictureType value); };
public Microsoft.Office.Interop.Word.XlChartPictureType PictureType { get; set; }
member this.PictureType : Microsoft.Office.Interop.Word.XlChartPictureType with get, set
Public Property PictureType As XlChartPictureType