Show / Hide Table of Contents

Class StockChart

Inheritance
System.Object
SheetChart
ChartWithSeries<LineDataSeries>
AbstractLineChart
StockChart
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Inherited Members
AbstractLineChart.CategoryAxis
AbstractLineChart.DropLines
AbstractLineChart.ValueAxis
ChartWithSeries<LineDataSeries>.DataSeries
ChartWithSeries<LineDataSeries>.VaryColorsByPoint
SheetChart.autoTitleDeleted
SheetChart.ChartType
SheetChart.ChartArea
SheetChart.DataSource
SheetChart.HiddenEmptyCellSettings
SheetChart.Legend
SheetChart.Usershapes
SheetChart.Title
SheetChart.Id
SheetChart.Name
SheetChart.AnchoredCell
SheetChart.BottomRightCell
SheetChart.Worksheet
SheetChart.PlotArea
SheetChart.Sheet
SheetChart.Size
SheetChart.ParentGroup
SheetChart.Positioning
SheetChart.Position
SheetChart.Workbook
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class StockChart : AbstractLineChart, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Constructors

StockChart(Workbook, Sheet)

Declaration
public StockChart(Workbook workbook, Sheet sheet)
Parameters
Type Name Description
Workbook workbook
Sheet sheet

Properties

HighLowLines

Declaration
public HighLowLines HighLowLines { get; set; }
Property Value
Type Description
HighLowLines

StockChartType

Declaration
public StockChartType StockChartType { get; set; }
Property Value
Type Description
StockChartType

UpDownBars

Declaration
public UpDownBars UpDownBars { get; set; }
Property Value
Type Description
UpDownBars

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX