Show / Hide Table of Contents

Class Bar3DChart

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

Constructors

Bar3DChart(Workbook, Sheet)

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

Properties

CategoryAxis

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

ColumnShape

Declaration
public Bar3DChartShapeType ColumnShape { get; set; }
Property Value
Type Description
Bar3DChartShapeType

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
Type Description
BarGrouping

SeriesAxis

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

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