ChartLineWeightType Enumeration
|
Chart line weight values type.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ChartLineWeightType
Public Enumeration ChartLineWeightType
public enum class ChartLineWeightType
Members
|
Member name
|
Value
|
Description
|
|
Hairline
|
65535
|
Represents the Hairline weight for Chart line.
|
|
Narrow
|
0
|
Represents the Narrow weight for Chart line.
|
|
Medium
|
1
|
Represents the Medimun weight for Chart line.
|
|
Wide
|
2
|
Represents the Wide weight for Chart line.
|
See Also