Class AreaChart
Inheritance
System.Object
AreaChart
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
Properties
CategoryAxis
Declaration
public CategoryAxis CategoryAxis { get; }
Property Value
DropLines
Declaration
public DropLines DropLines { get; set; }
Property Value
Grouping
Declaration
public Grouping Grouping { get; set; }
Property Value
ValueAxis
Declaration
public ValueAxis ValueAxis { get; }
Property Value
Implements