Class BarChart
Inheritance
System.Object
BarChart
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
Properties
CategoryAxis
Declaration
public CategoryAxis CategoryAxis { get; }
Property Value
GapWidth
Declaration
public double GapWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Grouping
Declaration
public BarGrouping Grouping { get; set; }
Property Value
SeriesLines
Declaration
public SeriesLines SeriesLines { get; set; }
Property Value
SeriesOverlap
Declaration
public double SeriesOverlap { get; set; }
Property Value
Type |
Description |
System.Double |
|
ValueAxis
Declaration
public ValueAxis ValueAxis { get; }
Property Value
Implements