Show / Hide Table of Contents

Class ExcelChartNumericSource

A numeric source for a chart.

Inheritance
System.Object
XmlHelper
ExcelChartNumericSource
Inherited Members
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
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
Back to top Generated by DocFX