Class ExcelChartVertAlignment
Enumeration of the vertical alignment options for Charts in Excel.
Inheritance
System.Object
ExcelChartVertAlignment
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelChartVertAlignment : Enum
Fields
Bottom
Represents the Bottom alignment option for the Vertical alignment setting for Chart.
Declaration
public const ExcelChartVertAlignment Bottom
Field Value
Center
Represents the Center alignment option for the Vertical alignment setting for Chart.
Declaration
public const ExcelChartVertAlignment Center
Field Value
Justify
Represents the Justify alignment option for the Vertical alignment setting for Chart.
Declaration
public const ExcelChartVertAlignment Justify
Field Value
Top
Represents the Top alignment option for the Vertical alignment setting for Chart.
Declaration
public const ExcelChartVertAlignment Top