Chart.LineGroups(Object) Method

Definition

On a 2-D chart, returns an object that represents either a single line chart group (a ChartGroup object) or a collection of the line chart groups (a ChartGroups collection).

public object LineGroups (object Index);
abstract member LineGroups : obj -> obj
Public Function LineGroups (Optional Index As Object) As Object

Parameters

Index
Object

Optional Object Specifies the chart group.

Returns

Object

Applies to