Show / Hide Table of Contents

Class SheetChart

Inheritance
System.Object
SheetChart
ChartWithSeries<DS>
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class SheetChart : object, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Constructors

SheetChart(Workbook, Sheet)

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

Fields

autoTitleDeleted

Declaration
public bool? autoTitleDeleted
Field Value
Type Description
System.Nullable<System.Boolean>

Properties

AnchoredCell

Declaration
public Cell AnchoredCell { get; set; }
Property Value
Type Description
Cell

BottomRightCell

Declaration
public Cell BottomRightCell { get; }
Property Value
Type Description
Cell

ChartArea

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

ChartType

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

DataSource

Declaration
public string DataSource { get; set; }
Property Value
Type Description
System.String

HiddenEmptyCellSettings

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

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
System.Int32

Legend

Gets or sets the legend of the chart.

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

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

ParentGroup

Declaration
public GroupShape ParentGroup { get; }
Property Value
Type Description
GroupShape

PlotArea

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

Position

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

Positioning

Declaration
public AnchorProperties Positioning { get; set; }
Property Value
Type Description
AnchorProperties

Sheet

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

Size

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

Title

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

Usershapes

Gets the collection of shapes within a chart.

Declaration
public ShapeCollection Usershapes { get; }
Property Value
Type Description
ShapeCollection

Workbook

Declaration
protected Workbook Workbook { get; set; }
Property Value
Type Description
Workbook

Worksheet

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

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX