Show / Hide Table of Contents

Class BarChart

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

Constructors

BarChart(Workbook, Sheet)

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

Properties

CategoryAxis

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

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

SeriesLines

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

SeriesOverlap

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

ValueAxis

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

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX