Table of Contents

Class ExcelChartExTitle

Namespace
OfficeOpenXml.Drawing.Chart.ChartEx
Assembly
EPPlus.dll
public class ExcelChartExTitle : ExcelChartTitle
Inheritance
ExcelChartExTitle
Inherited Members

Properties

Position

The position if the title

public eSidePositions Position { get; set; }

Property Value

eSidePositions

PositionAlignment

The side position alignment of the title

public ePositionAlign PositionAlignment { get; set; }

Property Value

ePositionAlign

Text

Richtext.Text shorthand

public override string Text { get; set; }

Property Value

string