Class ExcelStockChart
Provides access to stock chart specific properties
Inheritance
ExcelStockChart
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelStockChart : ExcelStandardChartWithLines, IDisposable, IDrawingDataLabel
Properties
Series
A collection of series for a Stock Chart
Declaration
public ExcelChartSeries<ExcelStockChartSerie> Series { get; }
Property Value
| Type | Description |
|---|---|
| ExcelChartSeries<ExcelStockChartSerie> |