Class ExcelStockChart
Provides access to stock chart specific properties
Inheritance
Object
ExcelStockChart
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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> |
Implements
System.IDisposable