Item Property

Office Open XML

Returns the serie at the specified position.

Namespace:  OfficeOpenXml.Drawing.Chart
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelChartSerie this[
	int PositionID
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	PositionID As Integer _
) As ExcelChartSerie
Visual C++
public:
property ExcelChartSerie^ default[int PositionID] {
	ExcelChartSerie^ get (int PositionID);
}

Parameters

PositionID
Type: System..::.Int32
The position of the series.

Return Value

See Also