Class ChartWithSeries<DS>
Inheritance
System.Object
ChartWithSeries<DS>
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class ChartWithSeries<DS> : SheetChart, IWorksheetChart, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject where DS : DataSeries
Type Parameters
Constructors
ChartWithSeries(Workbook, Sheet)
Declaration
public ChartWithSeries(Workbook workbook, Sheet sheet)
Parameters
Properties
DataSeries
Declaration
public SeriesCollection<DS> DataSeries { get; }
Property Value
VaryColorsByPoint
Declaration
public bool VaryColorsByPoint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements