EPPlus 3.0 |
ExcelChartSeries..::.Add Method (String, String) |
ExcelChartSeries Class See Also Send Feedback |
Add a new serie to the chart.Do not apply to pivotcharts.
Namespace:
OfficeOpenXml.Drawing.Chart
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelChartSerie Add( string SerieAddress, string XSerieAddress ) |
Visual Basic (Declaration) |
---|
Public Function Add ( _ SerieAddress As String, _ XSerieAddress As String _ ) As ExcelChartSerie |
Visual C++ |
---|
public: ExcelChartSerie^ Add( String^ SerieAddress, String^ XSerieAddress ) |
Parameters
- SerieAddress
- Type: System..::.String
The Y-Axis range
- XSerieAddress
- Type: System..::.String
The X-Axis range
Return Value
[Missing <returns> documentation for "M:OfficeOpenXml.Drawing.Chart.ExcelChartSeries.Add(System.String,System.String)"]