Class ExcelChartNumericSource
A numeric source for a chart.
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()
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelChartNumericSource : XmlHelper
Properties
FormatCode
The format code for the numeric source
Declaration
public string FormatCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValuesSource
This can be an address, function or litterals. Litternals are formatted as a comma separated list surrounded by curly brackets, for example {1.0,2.0,3}. Please use a dot(.) as decimal sign.
Declaration
public string ValuesSource { get; set; }
Property Value
Type | Description |
---|---|
System.String |