Aspose::Cells::Drawing::LineType enum
LineType enum
Enumerates the type of Picture border or Chart line.
enum class LineType
Values
Name | Value | Description |
---|---|---|
DarkGray | 6 | Represents a dark gray line. |
Dash | 1 | Represent a dash line. |
DashDot | 3 | Represents a dash-dot line. |
DashDotDot | 4 | Represents a dash-dot-dot line. |
Dot | 2 | Represents a dotted line. |
LightGray | 8 | Represents a light gray line. |
MediumGray | 7 | Represents a medium gray line. |
Solid | 0 | Represent a solid line. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++