Class DataSeries
Inheritance
System.Object
DataSeries
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DataSeries : ChartPart
Constructors
DataSeries(SheetChart)
Declaration
public DataSeries(SheetChart sheetChart)
Parameters
Properties
DataLabels
Declaration
public DataLabels DataLabels { get; set; }
Property Value
DataPoints
Declaration
public DataPointCollection DataPoints { get; }
Property Value
MarkerOptions
Declaration
public MarkerOptions MarkerOptions { get; }
Property Value
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 |
|
Declaration
public string ValuesFormatCode { get; set; }
Property Value
Type |
Description |
System.String |
|