Table of Contents

Class ExcelChartTitleStandard

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

A chart title for a standard chart.

public class ExcelChartTitleStandard : ExcelChartTitle
Inheritance
ExcelChartTitleStandard
Inherited Members

Properties

LinkedCell

A reference to a cell used as the title text

public ExcelRangeBase LinkedCell { get; set; }

Property Value

ExcelRangeBase

Text

The _chart title text

public override string Text { get; set; }

Property Value

string