[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChartFormat

Interface IChartFormat

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Provides access to the Office Art formatting for chart elements.

public interface IChartFormat

Properties

Fill

Returns the IFillFormat object for the parent chart element that contains fill formatting properties for the chart element.

IFillFormat Fill { get; }

Property Value

IFillFormat

Line

Returns the ILineFormat object that contains line formatting properties for the specified chart element.

ILineFormat Line { get; }

Property Value

ILineFormat

ThreeD

Returns the IThreeDFormat object that contains 3-D–effect formatting properties for the specified chart.

IThreeDFormat ThreeD { get; }

Property Value

IThreeDFormat