Table of Contents

Class ExcelChartNumericSource

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

A numeric source for a chart.

public class ExcelChartNumericSource : XmlHelper
Inheritance
ExcelChartNumericSource
Inherited Members

Properties

FormatCode

The format code for the numeric source

public string FormatCode { get; set; }

Property Value

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.

public string ValuesSource { get; set; }

Property Value

string