Click or drag to resize

ExcelChartLineType Enumeration

Represents the type of line for a chart element border.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public enum ExcelChartLineType
Members
  Member nameValueDescription
SolidLine0 The solid line.
DashedLine1 The dashed line.
DottedLine2 The dotted line
DashDotLine3 The dash dot line.
DashDotDotLine4 The dash dot dot line .
NoLine5 No line.
See Also