Show / Hide Table of Contents

Class ExcelChartTitleStandard

Inheritance
System.Object
XmlHelper
ExcelChartTitle
ExcelChartTitleStandard
Inherited Members
ExcelChartTitle.Border
ExcelChartTitle.Fill
ExcelChartTitle.Font
ExcelChartTitle.TextBody
ExcelChartTitle.Effect
ExcelChartTitle.ThreeD
ExcelChartTitle.RichText
ExcelChartTitle.Overlay
ExcelChartTitle.AnchorCtr
ExcelChartTitle.Anchor
ExcelChartTitle.TextVertical
ExcelChartTitle.Rotation
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 ExcelChartTitleStandard : ExcelChartTitle

Properties

LinkedCell

A reference to a cell used as the title text

Declaration
public ExcelRangeBase LinkedCell { get; set; }
Property Value
Type Description
ExcelRangeBase

Text

Declaration
public override string Text { get; set; }
Property Value
Type Description
System.String
Overrides
ExcelChartTitle.Text
In This Article
Back to top Generated by DocFX