Class ExcelChartSerie
A chart serie
Inheritance
System.Object
ExcelChartSerie
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public class ExcelChartSerie : XmlHelper
Fields
_node
Declaration
protected XmlNode _node
Field Value
Type | Description |
---|---|
System.Xml.XmlNode |
_ns
Declaration
protected XmlNamespaceManager _ns
Field Value
Type | Description |
---|---|
System.Xml.XmlNamespaceManager |
Properties
Header
Header for the serie.
Declaration
public string Header { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeaderAddress
Header address for the serie.
Declaration
public ExcelAddressBase HeaderAddress { get; set; }
Property Value
Type | Description |
---|---|
ExcelAddressBase |
Series
Set this to a valid address or the drawing will be invalid.
Declaration
public string Series { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrendLines
Access to the trendline collection
Declaration
public ExcelChartTrendlineCollection TrendLines { get; }
Property Value
Type | Description |
---|---|
ExcelChartTrendlineCollection |
XSeries
Set an address for the horisontal labels
Declaration
public string XSeries { get; set; }
Property Value
Type | Description |
---|---|
System.String |