Class ExcelWaterfallChart
- Namespace
- OfficeOpenXml.Drawing.Chart.ChartEx
- Assembly
- EPPlus.dll
Represents an Waterfall Chart
public class ExcelWaterfallChart : ExcelChartEx, IDisposable
- Inheritance
-
ExcelWaterfallChart
- Implements
- Inherited Members
Properties
Series
The series for a waterfall chart
public ExcelChartSeries<ExcelWaterfallChartSerie> Series { get; }