ChartGroup.SeriesLines Property

Definition

Returns a SeriesLines object that represents the series lines for a stacked bar chart or a stacked column chart. Applies only to stacked bar and stacked column charts.

public:
 property Microsoft::Office::Interop::Excel::SeriesLines ^ SeriesLines { Microsoft::Office::Interop::Excel::SeriesLines ^ get(); };
public Microsoft.Office.Interop.Excel.SeriesLines SeriesLines { get; }
Public ReadOnly Property SeriesLines As SeriesLines

Property Value

Applies to