Class ExcelChartVertAlignment
Enumeration of the vertical alignment options for Charts in Excel.
Inheritance
System.Object
ExcelChartVertAlignment
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.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
Type |
---|
ExcelChartVertAlignment |
Center
Represents the Center alignment option for the Vertical alignment setting for Chart.
Declaration
public const ExcelChartVertAlignment Center
Field Value
Type |
---|
ExcelChartVertAlignment |
Justify
Represents the Justify alignment option for the Vertical alignment setting for Chart.
Declaration
public const ExcelChartVertAlignment Justify
Field Value
Type |
---|
ExcelChartVertAlignment |
Top
Represents the Top alignment option for the Vertical alignment setting for Chart.
Declaration
public const ExcelChartVertAlignment Top
Field Value
Type |
---|
ExcelChartVertAlignment |