SeriesLines Interface

Definition

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

public interface class SeriesLines
[System.Runtime.InteropServices.Guid("000208C1-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SeriesLines
Public Interface SeriesLines
Attributes

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.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

Border

Returns a Border object that represents the border of the object.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Format

Returns the ChartFormat object. Read-only.

Name

Returns the name of the object.

Parent

Returns the parent object for the specified object.

Methods

Delete()

Deletes the object.

Select()

Selects the object.

Applies to