Class ExcelChartNumericSource
A numeric source for a chart.
Inherited Members
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 |
|---|---|
| string |
ValuesSource
This can be an address, function or literals. Literals 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 |
|---|---|
| string |