Show / Hide Table of Contents

Class Line3DChart

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

Constructors

Line3DChart(Workbook, Sheet)

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

Properties

GapDepth

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

SeriesAxis

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

Walls

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

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
I3DChart
Back to top Generated by DocFX