Show / Hide Table of Contents

Class DataSeries

Inheritance
System.Object
ChartPart
DataSeries
Bar3DDataSeries
BarDataSeries
BubbleDataSeries
LineDataSeries
ScatterDataSeries
Inherited Members
ChartPart.Fill
ChartPart.Border
ChartPart.Effects
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DataSeries : ChartPart

Constructors

DataSeries(SheetChart)

Declaration
public DataSeries(SheetChart sheetChart)
Parameters
Type Name Description
SheetChart sheetChart

Properties

DataLabels

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

DataPoints

Declaration
public DataPointCollection DataPoints { get; }
Property Value
Type Description
DataPointCollection

MarkerOptions

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

SeriesCategories

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

SeriesName

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

SeriesValues

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

ValuesFormatCode

Declaration
public string ValuesFormatCode { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX