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
Effect
Effects
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Fill
Access to fill properties
public ExcelDrawingFill Fill { get; }
Property Value
Font
Access to font properties
public ExcelTextFont Font { get; }
Property Value
NumberFormat
Numberformat
public string NumberFormat { get; set; }
Property Value
RichText
Richtext
public ExcelParagraphCollection RichText { get; }
Property Value
SourceLinked
If the numberformat is linked to the source data
public bool SourceLinked { get; set; }
Property Value
TextBody
Access to text body properties
public ExcelTextBody TextBody { get; }
Property Value
ThreeD
3D properties
public ExcelDrawing3D ThreeD { get; }