Show / Hide Table of Contents

Class ExcelChartExTitle

Inheritance
System.Object
XmlHelper
ExcelChartTitle
ExcelChartExTitle
Inherited Members
ExcelChartTitle.Text
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.ChartEx
Assembly: EPPlus.dll
Syntax
public class ExcelChartExTitle : ExcelChartTitle, IDrawingStyle, IDrawingStyleBase, IStyleMandatoryProperties

Constructors

ExcelChartExTitle(ExcelChart, XmlNamespaceManager, XmlNode)

Declaration
public ExcelChartExTitle(ExcelChart chart, XmlNamespaceManager nsm, XmlNode node)
Parameters
Type Name Description
ExcelChart chart
System.Xml.XmlNamespaceManager nsm
System.Xml.XmlNode node

Properties

Position

The position if the title

Declaration
public eSidePositions Position { get; set; }
Property Value
Type Description
eSidePositions

PositionAlignment

The side position alignment of the title

Declaration
public ePositionAlign PositionAlignment { get; set; }
Property Value
Type Description
ePositionAlign
Back to top Generated by DocFX