Table of Contents

Interface IXLStockChart<TSeries>

Namespace
SlapKit.Excel.Excel.Charts.ChartTypes
Assembly
SlapKit.Excel.dll
public interface IXLStockChart<TSeries> : IXLStockChart, IXLChart, IXLDrawingAnchor, ISupportAxisProperties, ISupportRoundedCorners, ISupportUpDownBars, ISupportHighLowLines where TSeries : IXLStockChartHighLowCloseSeries

Type Parameters

TSeries
Inherited Members
Extension Methods

Properties

CloseSeries

IXLStockChartLineSeries CloseSeries { get; }

Property Value

IXLStockChartLineSeries

HighSeries

IXLStockChartLineSeries HighSeries { get; }

Property Value

IXLStockChartLineSeries

LowSeries

IXLStockChartLineSeries LowSeries { get; }

Property Value

IXLStockChartLineSeries