Aspose::Cells::Charts::DataLablesSeparatorType enum
DataLablesSeparatorType enum
Represents the separator type of DataLabels.
Deprecated
Use DataLabelsSeparatorType enum instead.
enum class DataLablesSeparatorType
Values
Name | Value | Description |
---|---|---|
Auto | 0 | Represents automatic separator. |
Space | 1 | Represents space(" “) |
Comma | 2 | Represents comma(”,") |
Semicolon | 3 | Represents semicolon(";") |
Period | 4 | Represents period(".") |
NewLine | 5 | Represents newline("\n") |
Custom | 6 | Represents custom separator. |
Remarks
NOTE: This member is now obsolete. Instead, please use DataLabelsSeparatorType enum. This property will be removed 12 months later since September 2020. Aspose apologizes for any inconvenience you may have experienced.
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++