Class ExcelChartHorzAlignment
Enumeration of the horizontal alignment options for Charts in Excel.
Inheritance
System.Object
ExcelChartHorzAlignment
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelChartHorzAlignment : Enum
Fields
Center
Represents the Center alignment option for the horizontal alignment setting for Chart.
Declaration
public const ExcelChartHorzAlignment Center
Field Value
Type |
---|
ExcelChartHorzAlignment |
Justify
Represents the Justify alignment option for the horizontal alignment setting for Chart.
Declaration
public const ExcelChartHorzAlignment Justify
Field Value
Type |
---|
ExcelChartHorzAlignment |
Left
Represents the Left alignment option for the horizontal alignment setting for Chart.
Declaration
public const ExcelChartHorzAlignment Left
Field Value
Type |
---|
ExcelChartHorzAlignment |
Right
Represents the Right alignment option for the horizontal alignment setting for Chart.
Declaration
public const ExcelChartHorzAlignment Right
Field Value
Type |
---|
ExcelChartHorzAlignment |