Class Line3DChart
Inheritance
System.Object
Line3DChart
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
Properties
GapDepth
Declaration
public double GapDepth { get; set; }
Property Value
Type |
Description |
System.Double |
|
SeriesAxis
Declaration
public SeriesAxis SeriesAxis { get; set; }
Property Value
Walls
Declaration
public ChartWalls Walls { get; }
Property Value
Implements