Enum eStockChartType
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public enum eStockChartType
Fields
Name | Description |
---|---|
StockHLC | Stock chart with a High, Low and Close serie |
StockOHLC | Stock chart with an Open, High, Low and Close serie |
StockVHLC | Stock chart with an Volume, High, Low and Close serie |
StockVOHLC | Stock chart with an Volume, Open, High, Low and Close serie |