public interface IChartFormat
| Modifier and Type | Method and Description |
|---|---|
IFillFormat |
getFill()
Returns the
IFillFormat object for the parent chart element that
contains fill formatting properties for the chart element. |
ILineFormat |
getLine()
Returns the
ILineFormat object that contains line formatting
properties for the specified chart element. |
IThreeDFormat |
getThreeD()
Returns the
IThreeDFormat object that contains 3-D–effect formatting
properties for the specified chart. |
IFillFormat getFill()
IFillFormat object for the parent chart element that
contains fill formatting properties for the chart element.ILineFormat getLine()
ILineFormat object that contains line formatting
properties for the specified chart element.IThreeDFormat getThreeD()
IThreeDFormat object that contains 3-D–effect formatting
properties for the specified chart.