Show / Hide Table of Contents

Class ExcelChartNumericSource

A numeric source for a chart.

Inheritance
object
XmlHelper
ExcelChartNumericSource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
In this article
Back to top Generated by DocFX