Class Bar3DChart
Inheritance
System.Object
Bar3DChart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Bar3DChart : ChartWithSeries<Bar3DDataSeries>, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject, I3DChart
Constructors
Bar3DChart(Workbook, Sheet)
Declaration
public Bar3DChart(Workbook workbook, Sheet sheet)
Parameters
Properties
CategoryAxis
Declaration
public CategoryAxis CategoryAxis { get; }
Property Value
ColumnShape
Declaration
public Bar3DChartShapeType ColumnShape { get; set; }
Property Value
GapDepth
Declaration
public double GapDepth { get; set; }
Property Value
Type |
Description |
System.Double |
|
GapWidth
Declaration
public double GapWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Grouping
Declaration
public BarGrouping Grouping { get; set; }
Property Value
SeriesAxis
Declaration
public SeriesAxis SeriesAxis { get; set; }
Property Value
ValueAxis
Declaration
public ValueAxis ValueAxis { get; }
Property Value
Walls
Declaration
public ChartWalls Walls { get; }
Property Value
Implements