Show / Hide Table of Contents

Class ExcelChartTitle

The title of a chart

Inheritance
System.Object
XmlHelper
ExcelChartTitle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Chart
Assembly: Experior.Core.dll
Syntax
public class ExcelChartTitle : XmlHelper

Properties

Anchor

Declaration
public eTextAnchoringType Anchor { get; set; }
Property Value
Type Description
eTextAnchoringType

AnchorCtr

Specifies the centering of the text box. The way it works fundamentally is to determine the smallest possible "bounds box" for the text and then to center that "bounds box" accordingly. This is different than paragraph alignment, which aligns the text within the "bounds box" for the text. This flag is compatible with all of the different kinds of anchoring. If this attribute is omitted, then a value of 0 or false is implied.

Declaration
public bool AnchorCtr { get; set; }
Property Value
Type Description
System.Boolean

Border

A reference to the border properties

Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Type Description
ExcelDrawingBorder

Fill

A reference to the fill properties

Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type Description
ExcelDrawingFill

Font

A reference to the font properties

Declaration
public ExcelTextFont Font { get; }
Property Value
Type Description
ExcelTextFont

Overlay

Show without overlaping the chart.

Declaration
public bool Overlay { get; set; }
Property Value
Type Description
System.Boolean

RichText

Richtext

Declaration
public ExcelParagraphCollection RichText { get; }
Property Value
Type Description
ExcelParagraphCollection

Rotation

Rotation in degrees (0-360)

Declaration
public double Rotation { get; set; }
Property Value
Type Description
System.Double

Text

The text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

TextVertical

Vertical text

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