[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IChartLines

Interface IChartLines

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

Represents series lines in a chart group. Series lines connect the data values from each series.

public interface IChartLines

Properties

Format

Returns the IChartFormat object (read-only).

IChartFormat Format { get; }

Property Value

IChartFormat

Methods

Delete()

Deletes the object.

void Delete()