Show / Hide Table of Contents

Class Area3DChart

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

Constructors

Area3DChart(Workbook, Sheet)

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

GapDepth

Declaration
public double GapDepth { get; set; }
Property Value
Type Description
System.Double

Grouping

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

ValueAxis

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

Walls

Declaration
public ChartWalls Walls { get; }
Property Value
Type Description
ChartWalls

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
I3DChart
Back to top Generated by DocFX