SeriesLines Interface

Represents series lines in a chart group.

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

Syntax

'Declaration
<GuidAttribute("92D41A77-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface SeriesLines
'Usage
Dim instance As SeriesLines
[GuidAttribute("92D41A77-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface SeriesLines

Remarks

Series lines connect the data values from each series. Only 2-D stacked bar, 2-D stacked column, pie-of-pie, or bar-of-pie charts can have series lines. This object is not a collection. There is no object that represents a single series line; you either enable series lines for all points in a chart group or you disable them.

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

See Also

Reference

SeriesLines Members

Microsoft.Office.Interop.PowerPoint Namespace