Class ExcelChartLineWeight
Represents allowed line weight values for charts in Excel.
Inheritance
System.Object
ExcelChartLineWeight
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelChartLineWeight : Enum
Fields
Hairline
Represents hairline (thinnest border).
Declaration
public const ExcelChartLineWeight Hairline
Field Value
Type |
---|
ExcelChartLineWeight |
Medium
Represents medium border.
Declaration
public const ExcelChartLineWeight Medium
Field Value
Type |
---|
ExcelChartLineWeight |
Narrow
Represents narrow border.
Declaration
public const ExcelChartLineWeight Narrow
Field Value
Type |
---|
ExcelChartLineWeight |
Wide
Represents wide border.
Declaration
public const ExcelChartLineWeight Wide
Field Value
Type |
---|
ExcelChartLineWeight |