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