Show / Hide Table of Contents

Class AbstractLineChart

Inheritance
System.Object
SheetChart
ChartWithSeries<LineDataSeries>
AbstractLineChart
Line3DChart
LineChart
StockChart
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Inherited Members
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 abstract class AbstractLineChart : ChartWithSeries<LineDataSeries>, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Constructors

AbstractLineChart()

Declaration
protected AbstractLineChart()

AbstractLineChart(Workbook, Sheet)

Declaration
protected AbstractLineChart(Workbook workbook, Sheet sheet)
Parameters
Type Name Description
Workbook workbook
Sheet sheet

Properties

CategoryAxis

Declaration
public CategoryAxis CategoryAxis { get; }
Property Value
Type Description
CategoryAxis

DropLines

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

ValueAxis

Declaration
public ValueAxis ValueAxis { get; }
Property Value
Type Description
ValueAxis

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX