Enum ExcelChartHorzAlignment
Enumeration of the horizontal alignment options for Charts in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelChartHorzAlignment
Fields
Name | Description |
---|---|
Center | Represents the Center alignment option for the horizontal alignment setting for Chart. |
Justify | Represents the Justify alignment option for the horizontal alignment setting for Chart. |
Left | Represents the Left alignment option for the horizontal alignment setting for Chart. |
Right | Represents the Right alignment option for the horizontal alignment setting for Chart. |