Table of Contents

Class ExcelChartTrendlineLabel

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

Access to trendline label properties

public class ExcelChartTrendlineLabel : XmlHelper
Inheritance
ExcelChartTrendlineLabel
Inherited Members

Properties

Border

Access to border properties

public ExcelDrawingBorder Border { get; }

Property Value

ExcelDrawingBorder

Effect

Effects

public ExcelDrawingEffectStyle Effect { get; }

Property Value

ExcelDrawingEffectStyle

Fill

Access to fill properties

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

Font

Access to font properties

public ExcelTextFont Font { get; }

Property Value

ExcelTextFont

NumberFormat

Numberformat

public string NumberFormat { get; set; }

Property Value

string

RichText

Richtext

public ExcelParagraphCollection RichText { get; }

Property Value

ExcelParagraphCollection

SourceLinked

If the numberformat is linked to the source data

public bool SourceLinked { get; set; }

Property Value

bool

TextBody

Access to text body properties

public ExcelTextBody TextBody { get; }

Property Value

ExcelTextBody

ThreeD

3D properties

public ExcelDrawing3D ThreeD { get; }

Property Value

ExcelDrawing3D