Enum ExcelChartVertAlignment
Enumeration of the vertical alignment options for Charts in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelChartVertAlignment
Fields
| Name | Description |
|---|---|
| Bottom | Represents the Bottom alignment option for the Vertical alignment setting for Chart. |
| Center | Represents the Center alignment option for the Vertical alignment setting for Chart. |
| Justify | Represents the Justify alignment option for the Vertical alignment setting for Chart. |
| Top | Represents the Top alignment option for the Vertical alignment setting for Chart. |