Show / Hide Table of Contents

Class ChartWithSeries<DS>

Inheritance
System.Object
SheetChart
ChartWithSeries<DS>
AbstractLineChart
Area3DChart
AreaChart
Bar3DChart
BarChart
BoxWhiskerChart
BubbleChart
DoughnutChart
FunnelChart
OfPieChart
Pie3DChart
PieChart
RadarChart
ScatterChart
SunburstChart
Surface3DChart
SurfaceChart
TreemapChart
WaterfallChart
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Inherited Members
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 abstract class ChartWithSeries<DS> : SheetChart, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject where DS : DataSeries
Type Parameters
Name Description
DS

Constructors

ChartWithSeries(Workbook, Sheet)

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

Properties

DataSeries

Declaration
public SeriesCollection<DS> DataSeries { get; }
Property Value
Type Description
SeriesCollection<DS>

VaryColorsByPoint

Declaration
public bool VaryColorsByPoint { get; set; }
Property Value
Type Description
System.Boolean

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX