SeriesLines Interface

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000208C1-0000-0000-C000-000000000046")> _
Public Interface SeriesLines
'Usage
Dim instance As SeriesLines
[InterfaceTypeAttribute()]
[GuidAttribute("000208C1-0000-0000-C000-000000000046")]
public interface SeriesLines

Remarks

Only 2-D stacked bar or column chart groups can have series lines. This object isn’t a collection. There’s no object that represents a single series line; you either have series lines turned on for all points in a chart group or you have them turned off.

Use the SeriesLines property to return a SeriesLines object.

If the HasSeriesLines property is False, most properties of the SeriesLines object are disabled.

See Also

Reference

SeriesLines Members

Microsoft.Office.Interop.Excel Namespace