ExcelChartLineWeightType Enumeration |
Represents the weight of a chart border line
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic enum ExcelChartLineWeightType
Public Enumeration ExcelChartLineWeightType
Members| Member name | Value | Description |
|---|
| HairLine | 0 |
Hair line weight.
|
| SingleLine | 1 |
Single line weight.
|
| MediumLine | 2 |
Medium line weight.
|
| WideLine | 3 |
Wide line weiht.
|
See Also