Interface IChartFormat
public interface IChartFormat
Provides access to the Office Art formatting for chart elements.
-
Method Summary
Modifier and TypeMethodDescriptiongetFill()Returns theIFillFormatobject for the parent chart element thatcontains fill formatting properties for the chart element.getLine()Returns theILineFormatobject that contains line formattingproperties for the specified chart element.Returns theIThreeDFormatobject that contains 3-D–effect formattingproperties for the specified chart.
-
Method Details
-
getFill
IFillFormat getFill()Returns theIFillFormatobject for the parent chart element thatcontains fill formatting properties for the chart element. -
getLine
ILineFormat getLine()Returns theILineFormatobject that contains line formattingproperties for the specified chart element. -
getThreeD
IThreeDFormat getThreeD()Returns theIThreeDFormatobject that contains 3-D–effect formattingproperties for the specified chart.
-