Class ExcelChartSerie
Inheritance
System.Object
ExcelChartSerie
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: EPPlus.dll
Syntax
public abstract class ExcelChartSerie : XmlHelper, IDrawingStyleBase
Properties
Border
Access to border properties
Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Effect
Declaration
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Fill
Access to fill properties
Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Declaration
public abstract string Header { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public abstract ExcelAddressBase HeaderAddress { get; set; }
Property Value
NumberLiteralsX
Literals for the X serie, if the literal values are numeric
Declaration
public double[] NumberLiteralsX { get; protected set; }
Property Value
Type |
Description |
System.Double[] |
|
NumberLiteralsY
Literals for the Y serie, if the literal values are numeric
Declaration
public double[] NumberLiteralsY { get; protected set; }
Property Value
Type |
Description |
System.Double[] |
|
NumberOfItems
Declaration
public abstract int NumberOfItems { get; }
Property Value
Type |
Description |
System.Int32 |
|
Series
Declaration
public abstract string Series { get; set; }
Property Value
Type |
Description |
System.String |
|
StringLiteralsX
Literals for the X serie, if the literal values are strings
Declaration
public string[] StringLiteralsX { get; protected set; }
Property Value
Type |
Description |
System.String[] |
|
ThreeD
Declaration
public ExcelDrawing3D ThreeD { get; }
Property Value
TrendLines
Declaration
public abstract ExcelChartTrendlineCollection TrendLines { get; }
Property Value
XSeries
Declaration
public abstract string XSeries { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ToFullAddress(String)
Declaration
protected string ToFullAddress(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Type |
Description |
System.String |
|