Table of Contents

Class ExcelStockChart

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

Provides access to stock chart specific properties

public class ExcelStockChart : ExcelStandardChartWithLines, IDisposable, IDrawingDataLabel
Inheritance
ExcelStockChart
Implements
Inherited Members

Properties

Series

A collection of series for a Stock Chart

public ExcelChartSeries<ExcelStockChartSerie> Series { get; }

Property Value

ExcelChartSeries<ExcelStockChartSerie>