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
Justify
Represents the Justify alignment option for the horizontal alignment setting for Chart.
Declaration
public const ExcelChartHorzAlignment Justify
Field Value
Left
Represents the Left alignment option for the horizontal alignment setting for Chart.
Declaration
public const ExcelChartHorzAlignment Left
Field Value
Right
Represents the Right alignment option for the horizontal alignment setting for Chart.
Declaration
public const ExcelChartHorzAlignment Right