[]
Provides access to the Office Art formatting for chart elements.
public interface IChartFormat
Returns the IFillFormat object for the parent chart element that contains fill formatting properties for the chart element.
IFillFormat Fill { get; }
Returns the ILineFormat object that contains line formatting properties for the specified chart element.
ILineFormat Line { get; }
Returns the IThreeDFormat object that contains 3-D–effect formatting properties for the specified chart.
IThreeDFormat ThreeD { get; }