Show / Hide Table of Contents

Class AreaChart

Inheritance
System.Object
SheetChart
ChartWithSeries<DataSeries>
AreaChart
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Inherited Members
ChartWithSeries<DataSeries>.DataSeries
ChartWithSeries<DataSeries>.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 AreaChart : ChartWithSeries<DataSeries>, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Constructors

AreaChart(Workbook, Sheet)

Declaration
public AreaChart(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

Grouping

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

ValueAxis

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

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX