Interface IXLChartTitle
public interface IXLChartTitle
- Extension Methods
Properties
Border
IXLDrawingLine Border { get; set; }
Property Value
Fill
IXLDrawingFill Fill { get; set; }
Property Value
Overlay
bool Overlay { get; set; }
Property Value
Reference
IXLChartReferenceTitle? Reference { get; }
Property Value
RichText
IXLChartRichTextTitle? RichText { get; }
Property Value
Type
XLChartTitleType Type { get; }
Property Value
Methods
Clear()
void Clear()
SetReference(IXLRange, Action<IXLTextProperties>?)
void SetReference(IXLRange range, Action<IXLTextProperties>? propertySetter = null)
Parameters
rangeIXLRangepropertySetterAction<IXLTextProperties>
SetRichText(Action<IXLChartRichTextTitle>?)
void SetRichText(Action<IXLChartRichTextTitle>? setter = null)
Parameters
setterAction<IXLChartRichTextTitle>
SetText(string, Action<IXLTextProperties>?)
void SetText(string text, Action<IXLTextProperties>? propertySetter = null)
Parameters
textstringpropertySetterAction<IXLTextProperties>
SetTextAuto()
Excel shows a default title. (e.g. "Chart Title").
void SetTextAuto()