Show / Hide Table of Contents

Class ExcelChartTrendlineLabel

Access to trendline label properties

Inheritance
object
XmlHelper
ExcelChartTrendlineLabel
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 ExcelChartTrendlineLabel : XmlHelper

Properties

Border

Access to border properties

Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Type Description
ExcelDrawingBorder

Effect

Effects

Declaration
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Type Description
ExcelDrawingEffectStyle

Fill

Access to fill properties

Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type Description
ExcelDrawingFill

Font

Access to font properties

Declaration
public ExcelTextFont Font { get; }
Property Value
Type Description
ExcelTextFont

NumberFormat

Numberformat

Declaration
public string NumberFormat { get; set; }
Property Value
Type Description
string

RichText

Richtext

Declaration
public ExcelParagraphCollection RichText { get; }
Property Value
Type Description
ExcelParagraphCollection

SourceLinked

If the numberformat is linked to the source data

Declaration
public bool SourceLinked { get; set; }
Property Value
Type Description
bool

TextBody

Access to text body properties

Declaration
public ExcelTextBody TextBody { get; }
Property Value
Type Description
ExcelTextBody

ThreeD

3D properties

Declaration
public ExcelDrawing3D ThreeD { get; }
Property Value
Type Description
ExcelDrawing3D
In this article
Back to top Generated by DocFX