Aspose::Cells::Charts::ChartLineFormattingType enum
ChartLineFormattingType enum
Represents line format type of chart line.
enum class ChartLineFormattingType
Values
| Name | Value | Description |
|---|---|---|
| Automatic | 0 | Represents automatic formatting type. |
| Solid | 1 | Represents solid formatting type. |
| None | 2 | Represents none formatting type. |
| Gradient | 3 | Gradient. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++